Struct block::Block [] [src]

pub struct Block {
    pub header: Header,
    pub transactions: Vec<Transaction>,
    pub ommers: Vec<Header>,
}

Fields

Trait Implementations

impl Clone for Block
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Block
[src]

Formats the value using the given formatter.

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 !=.

impl Eq for Block
[src]

impl Encodable for Block
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for Block
[src]

Decode a value from RLP bytes