Struct ethcore::trace::FlatBlockTraces [] [src]

pub struct FlatBlockTraces(_);

Represents all traces produced by transactions in a single block.

Methods

impl FlatBlockTraces
[src]

Returns bloom of all traces in the block.

Trait Implementations

impl Debug for FlatBlockTraces
[src]

Formats the value using the given formatter.

impl PartialEq for FlatBlockTraces
[src]

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

This method tests for !=.

impl Clone for FlatBlockTraces
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FlatBlockTraces
[src]

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

impl HeapSizeOf for FlatBlockTraces
[src]

Measure the size of any heap-allocated structures that hang off this value, but not the space taken up by the value itself (i.e. what size_of:: measures, more or less); that space is handled by the implementation of HeapSizeOf for Box below. Read more

impl From<Vec<FlatTransactionTraces>> for FlatBlockTraces
[src]

Performs the conversion.

impl Encodable for FlatBlockTraces
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for FlatBlockTraces
[src]

Decode a value from RLP bytes

impl Into<Vec<FlatTransactionTraces>> for FlatBlockTraces
[src]

Performs the conversion.