Expand description
APIs
Modules§
- auth
- auth_
types - Structures used in account authentication
- bank
- APIs around bank module (get balances)
- client_
types - JSON Serializer/Deserializer helpers routines used to serialize / deserialize a Cosmos / Tendermint / TerraD structure
- core_
types - Common Structures throughout the library
- fcd
- lcd_
types - market
- APIs around market operations (swap)
- oracle
- APIs to perform oracle related things
- oracle_
types - Structures used for Oracle APIs
- rpc
- tendermint RPC
- rpc_
types - staking
- staking routines
- staking_
types - Structures used for Staking APIs
- tendermint
- tendermint level APIs
- tendermint_
types - Structures used for Tendermint / Misc APIs
- tx
- operations around the transaction itself
- tx_
types - Structures used for sending transactions to LCD
- wasm
- wasm module/contract related apis
- wasm_
types
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