[][src]Crate exonum

Exonum blockchain framework.

For more information see the project readme.

Re-exports

pub use exonum_merkledb;
pub use exonum_crypto as crypto;
pub use exonum_keys as keys;
pub use exonum_merkledb as merkledb;

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

Module that contains Protobuf messages used by Exonum.

runtime

Common building blocks for creating runtimes for the Exonum blockchain.

Macros

impl_serde_hex_for_binary_value

Hex conversions for the given BinaryValue.