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

pub struct ProposeState { /* fields omitted */ }

ProposeState represents the state of some propose and is used for tracking of unknown transactions.

Methods

impl ProposeState
[src]

[src]

Returns hash of the propose.

[src]

Returns block hash propose was executed.

[src]

Set block hash on propose execute.

[src]

Returns propose-message.

[src]

Returns unknown transactions of the propose.

[src]

Returns true if there are unknown transactions in the propose.

[src]

Indicates whether Propose has been saved to the consensus messages cache

[src]

Marks Propose as saved to the consensus messages cache

Trait Implementations

impl Debug for ProposeState
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ProposeState

impl Sync for ProposeState