[][src]Module blockchain::backend

Basic backend definitions and memory backend.

Structs

KeyValueMemoryState

State stored in memory.

MemoryBackend

Memory backend.

SharedBackend

A shared backend that also allows atomic import operation.

TreeRoute

A tree-route from one block to another in the chain.

Traits

MemoryLikeBackend

A backend type that stores all information in memory.

Functions

tree_route

Compute a tree-route between two blocks. See tree-route docs for more details.