Struct ethcore_light::on_demand::request::Account [] [src]

pub struct Account {
    pub header: Header,
    pub address: Address,
}

Request for an account structure.

Fields

Header for verification.

Address requested.

Methods

impl Account
[src]

Check a response with an account against the stored header.

Trait Implementations

impl Debug for Account
[src]

Formats the value using the given formatter.

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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]