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: H256
Block hash
account_key: H256
Account key (== sha3(address))
Trait Implementations
impl Debug for ContractCode
[src]
impl Clone for ContractCode
[src]
fn clone(&self) -> ContractCode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for ContractCode
[src]
fn eq(&self, __arg_0: &ContractCode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ContractCode) -> bool
This method tests for !=
.