Crate anychain_core

Source
Expand description

§Model

A model for cryptocurrency wallets.

Re-exports§

pub use hex;
pub use self::address::*;
pub use self::amount::*;
pub use self::format::*;
pub use self::network::*;
pub use self::public_key::*;
pub use self::transaction::*;
pub use self::utilities::*;
pub use error::*;

Modules§

address
amount
error
format
network
no_std
public_key
transaction
utilities