Struct ethcore::trace::trace::CreateResult
[−]
[src]
pub struct CreateResult { pub gas_used: U256, pub code: Bytes, pub address: Address, }
Create
result.
Fields
gas_used: U256
Gas used by create.
code: Bytes
Code of the newly created contract.
address: Address
Address of the newly created contract.
Methods
impl CreateResult
[src]
Trait Implementations
impl Debug for CreateResult
[src]
impl Clone for CreateResult
[src]
fn clone(&self) -> CreateResult
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 CreateResult
[src]
fn eq(&self, __arg_0: &CreateResult) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CreateResult) -> bool
This method tests for !=
.
impl Encodable for CreateResult
[src]
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
fn rlp_bytes(&self) -> ElasticArray1024<u8>
Get rlp-encoded bytes for this instance
impl Decodable for CreateResult
[src]
fn decode<D>(decoder: &D) -> Result<Self, DecoderError> where D: Decoder
Decode a value from RLP bytes