[][src]Crate exonum

Exonum blockchain framework.

For more information see the project readme.

Re-exports

pub extern crate exonum_merkledb;
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.

Macros

context_key

Constructs a ContextKey from a given name.

impl_binary_value_for_pb_message

Implement BinaryValue trait for type that implements Protobuf::Message.

metric

Adds given metric with given value.