Module exocore_chain::pending[][src]

Re-exports

pub use error::Error;

Modules

Structs

An operation stored in the pending store.

A group of operations related by their group_id. Example: all operations related to a block proposal, approval and refusal

Enums

Chain status of an operation in the pending store, indicating if it’s in the chain or not, and at what height.

Traits

Pending operations store. This store contains operations that have just been created and that aren’t committed to the chain yet.

Type Definitions