Struct ethcore_light::request::ContractCode [] [src]

pub struct ContractCode {
    pub block_hash: H256,
    pub account_key: H256,
}

A request for contract code.

Fields

Block hash

Account key (== sha3(address))

Trait Implementations

impl Debug for ContractCode
[src]

Formats the value using the given formatter.

impl Clone for ContractCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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