Struct shuttle_core::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 Debug for Account
[src]

[src]

Formats the value using the given formatter.

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 PartialEq for Account
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Account
[src]