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

Expand description

Common Structures throughout the library

Structs

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

The structure used in sending the public key in a transaction

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

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

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

Traits

Every Message sent must implement this trait