Module stdtx::amino

source · []
Expand description

Amino encoding support.

Re-exports

pub use self::builder::Builder;
pub use self::msg::Msg;
pub use self::schema::Schema;
pub use self::type_name::TypeName;
pub use self::types::StdFee;
pub use self::types::StdSignature;
pub use self::types::StdTx;

Modules

Builder for StdTx transactions which handles construction and signing.

Transaction message type i.e sdk.Msg

Amino schema for an sdk.Msg.

Amino type names

StdTx Amino types