Struct ethcore_miner::pool::client::AccountDetails[][src]

pub struct AccountDetails {
    pub nonce: U256,
    pub balance: U256,
    pub is_local: bool,
}

Account Details

Fields

Current account nonce

Current account balance

Is this account a local account?

Trait Implementations

impl Debug for AccountDetails
[src]

Formats the value using the given formatter. Read more

impl Clone for AccountDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AccountDetails

impl Sync for AccountDetails