Crate cosmos_tx

Crate cosmos_tx 

Source
Expand description

Transaction builder and signer for Cosmos-based blockchains

Re-exports§

pub use crate::builder::Builder;
pub use crate::decimal::Decimal;
pub use crate::error::Error;

Modules§

builder
Protocol Buffer-encoded transaction builder
decimal
Decimal type with equivalent semantics to the Cosmos sdk.Dec type.
error
Error types
msg
Transaction messages

Structs§

VerifyingKey
ECDSA/secp256k1 verification key (i.e. public key)

Type Aliases§

Signature
ECDSA/secp256k1 signature (fixed-size)
Signer
Transaction signer for ECDSA/secp256k1 signatures