Crate deep_space

source ·

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

Decimal type with equivalent semantics to the Cosmos sdk.Dec type. Imported from github.com/cosmos/cosmos-rust
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.
Transaction messages