Struct shuttle_sdk::Account [] [src]

pub struct Account { /* fields omitted */ }

Account represents a single account in the Stellar network and its sequence number.

Methods

impl Account
[src]

[src]

Create with account_id and sequence number.

[src]

Return the account public key.

[src]

Increments the sequence number, returns the old sequence number.

[src]

Returns the sequence number.

Trait Implementations

impl Clone for Account
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Account
[src]

impl PartialEq<Account> for Account
[src]

[src]

[src]

impl Debug for Account
[src]

[src]

Formats the value using the given formatter.