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 Key<FlatBlockTraces> for H256
[src]

The db key associated with this value.

Returns db key.

impl Debug for FlatBlockTraces
[src]

Formats the value using the given formatter. Read more

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 Into<Vec<FlatTransactionTraces>> for FlatBlockTraces
[src]

Important traits for Vec<u8>

Performs the conversion.

Auto Trait Implementations

impl Send for FlatBlockTraces

impl Sync for FlatBlockTraces