[][src]Crate exonum

Exonum blockchain framework.

For more information see the project readme.

Re-exports

pub use exonum_crypto as crypto;

Modules

api

API and corresponding utilities.

blockchain

The module containing building blocks for creating blockchains powered by the Exonum framework.

explorer

Blockchain explorer module provides API for getting information about blocks and transactions from the blockchain.

helpers

Different assorted utilities.

messages

Handling messages received from P2P node network.

node

Exonum node that performs consensus algorithm.

proto

Protobuf generated structs and traits for conversion.

storage

A module that provides interfaces to work with persisted blockchain data.

Macros

context_key

Constructs a ContextKey from a given name.

metric

Adds given metric with given value.