Module tmkms::amino_types[][src]

Expand description

Legacy message types serialized using the Amino serialization format https://github.com/tendermint/amino_rs

Re-exports

pub use self::block_id::BlockId;
pub use self::block_id::CanonicalBlockId;
pub use self::block_id::CanonicalPartSetHeader;
pub use self::block_id::PartsSetHeader;
pub use self::ed25519::PubKeyRequest;
pub use self::ed25519::PubKeyResponse;
pub use self::ed25519::AMINO_NAME as PUBKEY_AMINO_NAME;
pub use self::ed25519::AMINO_PREFIX as PUBKEY_PREFIX;
pub use self::ping::PingRequest;
pub use self::ping::PingResponse;
pub use self::ping::AMINO_NAME as PING_AMINO_NAME;
pub use self::ping::AMINO_PREFIX as PING_PREFIX;
pub use self::proposal::Proposal;
pub use self::proposal::SignProposalRequest;
pub use self::proposal::SignedProposalResponse;
pub use self::proposal::AMINO_NAME as PROPOSAL_AMINO_NAME;
pub use self::proposal::AMINO_PREFIX as PROPOSAL_PREFIX;
pub use self::remote_error::RemoteError;
pub use self::signature::SignableMsg;
pub use self::signature::SignedMsgType;
pub use self::time::TimeMsg;
pub use self::validate::ConsensusMessage;
pub use self::version::ConsensusVersion;
pub use self::vote::SignVoteRequest;
pub use self::vote::SignedVoteResponse;
pub use self::vote::Vote;
pub use self::vote::AMINO_NAME as VOTE_AMINO_NAME;
pub use self::vote::AMINO_PREFIX as VOTE_PREFIX;

Modules

Traits

Parse chain::Id from a type

Tendermint requests

Functions

Compute the Amino prefix for the given registered type name