Skip to content

Commit

Permalink
chore(api): add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Jan 27, 2020
1 parent e91ac84 commit a4ed42a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/interledger-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ pub struct AccountDetails {
/// packets with that peer.
pub ilp_over_btp_outgoing_token: Option<SecretString>,
/// The account's incoming ILP over BTP token.
/// This must match the ILP over BTP outgoing token on the peer's node if exchanging
/// packets with that peer.
pub ilp_over_btp_incoming_token: Option<SecretString>,
/// The threshold after which the balance service will trigger a settlement
#[serde(default, deserialize_with = "optional_number_or_string")]
Expand Down

0 comments on commit a4ed42a

Please sign in to comment.