Module terra_rust_api::client::core_types[][src]

Expand description

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 alphabetical and IS important

StdSignature

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

StdTx
StdTxInner

Traits

MsgInternal

Every Message sent must implement this trait