Module terra_rust_api::client[][src]

Expand description

APIs

Modules

auth_types

Structures used in account authentication

client_types

JSON Serializer/Deserializer helpers routines used to serialize / deserialize a Cosmos / Tendermint / TerraD structure

core_types

Common Structures throughout the library

market_types

Structures used for Market APIs

oracle

APIs to perform oracle related things

oracle_types

Structures used for Oracle APIs

staking_types

Structures used for Staking APIs

tendermint_types

Structures used for Tendermint / Misc APIs

tx_types

Structures used for sending transactions to LCD

Structs

GasOptions

When Submitting transactions you need to either submit gas or a fee to the validator This structure is used to determine what your preferences are by default Higher fees may be given preference by the validator to include the transaction in their block

Terra

The main structure that all API calls are generated from