Struct cli::client_proxy::IndexAndSequence
source · pub struct IndexAndSequence {
pub account_index: AccountEntry,
pub sequence_number: u64,
}
Expand description
Used to return the sequence and sender account index submitted for a transfer
Fields§
§account_index: AccountEntry
Index/key of the account in TestClient::accounts vector.
sequence_number: u64
Sequence number of the account.