Struct ethcore_rpc::v1::types::RichBlock [] [src]

pub struct RichBlock {
    pub block: Block,
    pub extra_info: BTreeMap<String, String>,
}

Block representation with additional info

Fields

Standard block

Engine-specific fields with additional description. Should be included directly to serialized block object.

Trait Implementations

impl Debug for RichBlock
[src]

Formats the value using the given formatter.

impl Deref for RichBlock
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Serialize for RichBlock
[src]

Serializes this value into this serializer.