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
block: Block
Standard block
extra_info: BTreeMap<String, String>
Engine-specific fields with additional description. Should be included directly to serialized block object.
Trait Implementations
impl Debug for RichBlock
[src]
impl Deref for RichBlock
[src]
type Target = Block
The resulting type after dereferencing
fn deref(&self) -> &Self::Target
The method called to dereference a value
impl Serialize for RichBlock
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.