Struct block::Account [] [src]

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

Fields

Trait Implementations

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Account
[src]

Formats the value using the given formatter.

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

impl Encodable for Account
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for Account
[src]

Decode a value from RLP bytes