Struct ethjson::blockchain::block::Block[][src]

pub struct Block { /* fields omitted */ }

Blockchain test block deserializer.

Methods

impl Block
[src]

Returns block rlp.

Trait Implementations

impl Debug for Block
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Block
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Block

impl Sync for Block