Struct Account
shuttle_core
pub struct Account { /* fields omitted */ }
impl Account
fn from_account_id(account_id: &str, seqnum: u64) -> Result<Account, Error>
fn new(account_id: &StrKey, seqnum: u64) -> Result<Account, Error>
fn inc_seqnum(&mut self) -> u64
fn seqnum(&self) -> u64
fn public_key(&self) -> &StrKey