Module exocore_chain::pending[][src]

Re-exports

pub use error::Error;

Modules

error
memory

Structs

StoredOperation

An operation stored in the pending store.

StoredOperationsGroup

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

Enums

CommitStatus

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

Traits

PendingStore

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

Type Definitions

TimelineIterator