[][src]Crate cosmos_stdtx

Amino serializer for Cosmos SDK-formatted StdTx transactions.

This serializer accepts a TOML-based sdk.Msg schema as input, along with a JSON

Equivalent Go code

Re-exports

pub use self::error::Error;
pub use self::schema::Schema;

Modules

error

Error types

schema

Amino schema for an sdk.Msg.