pub struct TendermintMachine<N: Network> { /* private fields */ }
Expand description

A machine executing the Tendermint protocol.

Implementations

Create a new Tendermint machine, for the specified proposer, from the specified block, with the specified block as the one to propose next, returning a handle for the machine.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.