[][src]Crate exonum_cryptocurrency_advanced

Cryptocurrency implementation example using exonum.

Re-exports

pub use crate::schema::Schema;
pub use crate::transactions::CryptocurrencyInterface;

Modules

api

Cryptocurrency API.

proto

Module of the rust-protobuf generated files.

schema

Cryptocurrency database schema.

transactions

Cryptocurrency transactions.

wallet

Cryptocurrency wallet.

Structs

CryptocurrencyService

Cryptocurrency service implementation.

Constants

INITIAL_BALANCE

Initial balance of the wallet.