Crate parity_local_store
source · [−]Expand description
Manages local node data: pending local transactions, sync security level
Structs
Manages local node data.
Enums
Errors which can occur while using the local data store.
Traits
Something which can provide information about the local node.
Functions
Create a new local data store, given a database, a column to write to, and a node. Attempts to read data out of the store, and move it into the node.