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

pub struct CallResult {
    pub gas_used: U256,
    pub output: Bytes,
}

Call result.

Fields

Gas used by call.

Call Output.

Trait Implementations

impl Debug for CallResult
[src]

Formats the value using the given formatter.

impl Clone for CallResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CallResult
[src]

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

This method tests for !=.

impl Default for CallResult
[src]

Returns the "default value" for a type. Read more

impl Encodable for CallResult
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for CallResult
[src]

Decode a value from RLP bytes