Expand description
§Model
A model for cryptocurrency wallets.
Re-exports§
pub use self::address::*;
pub use self::amount::*;
pub use self::derivation_path::*;
pub use self::extended_private_key::*;
pub use self::extended_public_key::*;
pub use self::format::*;
pub use self::mnemonic::*;
pub use self::network::*;
pub use self::private_key::*;
pub use self::public_key::*;
pub use self::transaction::*;
pub use self::utilities::*;
pub use self::wordlist::*;
Modules§
- address
- amount
- derivation_
path - extended_
private_ key - extended_
public_ key - format
- mnemonic
- network
- private_
key - public_
key - transaction
- utilities
- wordlist
Macros§
- push_
to_ vec - to_
bytes - Takes as input a sequence of structs, and converts them to a series of
bytes. All traits that implement
Bytes
can be automatically converted to bytes in this manner.