Struct stellar::account::Account [] [src]

pub struct Account { /* fields omitted */ }

Represents an account in Stellar network with it's sequence number.

Methods

impl Account
[src]

Constructs a new Account

Trait Implementations

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl TransactionBuilderAccount for Account
[src]

Returns the keypair associated with this Account

Returns current sequence number of this Account.

Returns sequence number incremented by one, but does not increment internal counter.

Increments sequence number of this object by one.