Struct exonum::node::state::BlockState [] [src]

pub struct BlockState { /* fields omitted */ }

State of a block.

Methods

impl BlockState
[src]

[src]

Creates a new BlockState instance with the given parameters.

[src]

Returns hash of the block.

[src]

Returns the changes that should be made for block committing.

Important traits for Vec<u8>
[src]

Returns block's transactions.

[src]

Returns id of the validator that proposed the block.

Trait Implementations

impl Clone for BlockState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BlockState
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BlockState

impl Sync for BlockState