Struct common_types::basic_account::BasicAccount[][src]

pub struct BasicAccount {
    pub nonce: U256,
    pub balance: U256,
    pub storage_root: H256,
    pub code_hash: H256,
}

Basic account type.

Fields

Nonce of the account.

Balance of the account.

Storage root of the account.

Code hash of the account.

Trait Implementations

impl Debug for BasicAccount
[src]

Formats the value using the given formatter. Read more

impl Clone for BasicAccount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BasicAccount
[src]

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

This method tests for !=.

impl Eq for BasicAccount
[src]

Auto Trait Implementations

impl Send for BasicAccount

impl Sync for BasicAccount