Modules§
Structs§
- AddrEth
- Balance
Maintainer - Chain
Config - ChainId
- Climb
Cache - This cache is on the QueryClient and can be used to either pre-populate the cache with resources created on the outside or reuse them between climb clients
- Coin
- Coin defines a token with a denomination and an amount.
- Connection
- Keplr
Signer - Keplr
Signer Inner - KeySigner
- Query
Client - Signing
Client - Signing
Client Pool Manager - Currently this only works with mnemonic phrases
- TxBuilder
- WebChain
Config
Enums§
- Addr
Kind - Address
- The canonical type used everywhere for addresses Display is implemented as plain string
- AnyClient
- A useful abstraction when we have either a Signing or Query client but need to delay the decision of requiring it to be a SigningClient until runtime.
- Connection
Mode - Cosmos
TxEvents - Keplr
Error
Statics§
Traits§
- Config
Address Ext - Message
- A Protocol Buffers message.
- Query
Request - TxSigner
Functions§
- contract_
str_ to_ msg - This is a helper to create contract messages from JSON-encoded strings if the supplied value is None, it will encode the cosmwasm-friendly Empty type this is exported in the prelude
- cosmos_
hub_ derivation - new_
coin - helper function to create a Coin
- new_
coins - helper function to create a vec of coins from an iterator of tuples where the first is the amount, and the second is the denom. Example:
- proto_
into_ any - the typical type used for turning protobuf messages into
Any
messages especially used in transactions, and needed for multi-message transactions so exported in the prelude - proto_
into_ bytes