Struct ethcore::trace_types::trace::CreateResult [] [src]

pub struct CreateResult {
    pub gas_used: U256,
    pub code: Bytes,
    pub address: Address,
}

Create result.

Fields

Gas used by create.

Code of the newly created contract.

Address of the newly created contract.

Methods

impl CreateResult
[src]

Returns bloom.

Trait Implementations

impl Debug for CreateResult
[src]

Formats the value using the given formatter.

impl Clone for CreateResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Encodable for CreateResult
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for CreateResult
[src]

Decode a value from RLP bytes