Module terra_rust_api::core_types[][src]

Common Structures throughout the library

Structs

Coin

The primary way to denote currency NB: Internally everything is represented by their uXXX format.

PubKeySig

The structure used in sending the public key in a transaction

StdFee

The fee the Transaction will pay. either in gas, or Fee (or both)

StdSignMsg

The messages component of the transaction that gets signed. Note: The ordering is important

StdSignature

Messages are both signed, and have the public key of the signature generator

StdTx
StdTxInner

Traits

Msg

Every Message sent must implement this trait