Re-exports§
pub use address::Address;pub use client::Contact;pub use coin::Coin;pub use coin::Fee;pub use mnemonic::Mnemonic;pub use msg::Msg;pub use private_key::MessageArgs;pub use private_key::CosmosPrivateKey;pub use private_key::PrivateKey;pub use public_key::PublicKey;pub use signature::Signature;
Modules§
- address
- client
- coin
- decimal
- Decimal type with equivalent semantics to the Cosmos
sdk.Dectype. Imported from github.com/cosmos/cosmos-rust - error
- mnemonic
- This file imported, updated to Rust 2018, and adapted to use alternate crypto libraries from https://github.com/rust-bitcoin/rust-bip39 it is subject to the CC0 license and created by Steven Roose steven@stevenroose.org You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/. This is only compiled if the bip39 feature is enabled.
- msg
- Transaction messages
- private_
key - public_
key - signature
- utils