Functions§
- create_
account_ balances_ prefix - Creates balances Cosmos-SDK storage prefix for account with addr https://github.com/cosmos/cosmos-sdk/blob/ad9e5620fb3445c716e9de45cfcdb56e8f1745bf/x/bank/types/key.go#L55
- create_
account_ denom_ balance_ key - Creates denom balance Cosmos-SDK storage key for account with addr
- create_
balances_ query_ keys - Creates keys for an Interchain Query to get balance of account on remote chain for list of denoms
- create_
delegation_ key - Creates Cosmos-SDK storage key for delegation between delegator with delegator_addr and validator with validator_addr https://github.com/cosmos/cosmos-sdk/blob/ad9e5620fb3445c716e9de45cfcdb56e8f1745bf/x/staking/types/keys.go#L176
- create_
delegations_ key - Creates delegations Cosmos-SDK storage prefix for delegator with delegator_addr https://github.com/cosmos/cosmos-sdk/blob/ad9e5620fb3445c716e9de45cfcdb56e8f1745bf/x/staking/types/keys.go#L181
- create_
denom_ balance_ key - Creates denom balance Cosmos-SDK storage key for account with addr
- create_
fee_ pool_ key - Creates Cosmos-SDK distribution key for fee pool https://github.com/cosmos/cosmos-sdk/blob/35ae2c4c72d4aeb33447d5a7af23ca47f786606e/x/distribution/types/keys.go#L46
- create_
gov_ proposal_ key - Creates Cosmos-SDK governance key for proposal with specific id https://github.com/cosmos/cosmos-sdk/blob/35ae2c4c72d4aeb33447d5a7af23ca47f786606e/x/gov/types/keys.go#L41
- create_
gov_ proposal_ keys - Creates Cosmos-SDK storage keys for list of proposals
- create_
gov_ proposal_ voter_ votes_ key - Creates Cosmos-SDK storage key for specific voter on specific proposal https://github.com/cosmos/cosmos-sdk/blob/35ae2c4c72d4aeb33447d5a7af23ca47f786606e/x/gov/types/keys.go#L106
- create_
gov_ proposal_ votes_ key - Creates Cosmos-SDK governance key for votes for proposal with specific id https://github.com/cosmos/cosmos-sdk/blob/35ae2c4c72d4aeb33447d5a7af23ca47f786606e/x/gov/types/keys.go#L48
- create_
gov_ proposals_ voters_ votes_ keys - Creates Cosmos-SDK storage keys for list of voters on list of proposals
- create_
params_ store_ key - Creates KV key to get module param by key
- create_
total_ denom_ key - Creates denom total Cosmos-SDK storage key for bank module
- create_
unbonding_ delegation_ key - Creates Cosmos-SDK storage key for unbonding delegation between delegator with delegator_addr and validator with validator_addr https://github.com/cosmos/cosmos-sdk/blob/ad9e5620fb3445c716e9de45cfcdb56e8f1745bf/x/staking/types/keys.go#L187
- create_
unbonding_ delegations_ key - Creates unbonding delegations Cosmos-SDK storage prefix for delegator with delegator_addr https://github.com/cosmos/cosmos-sdk/blob/ad9e5620fb3445c716e9de45cfcdb56e8f1745bf/x/staking/types/keys.go#L209
- create_
validator_ key - Creates Cosmos-SDK storage key for validator with operator_address https://github.com/cosmos/cosmos-sdk/blob/f2d94445c0f5f52cf5ed999b81048b575de94964/x/staking/types/keys.go#L55
- create_
validator_ signing_ info_ key - Creates Cosmos-SDK storage key for validator with valcons_addr https://github.com/cosmos/cosmos-sdk/blob/35ae2c4c72d4aeb33447d5a7af23ca47f786606e/x/slashing/types/keys.go#L34
- create_
wasm_ contract_ store_ key - Creates Wasm key for contract state. This function is similar to https://github.com/CosmWasm/wasmd/blob/e6d451bf9dd96a555b10e72aa3c0f6b820d34684/x/wasm/types/keys.go#L59, but it also concatenates resulting contract store prefix with contract’s storage key, resulting in a complete storage key.
- deconstruct_
account_ denom_ balance_ key - Deconstructs a storage key for an account balance of a particular denom. Returns two values: address of an account and denom
- get_
max_ change_ rate - Returns validator max change rate
- get_
max_ rate - Returns validator max rate
- get_
rate - Returns current validator rate
- get_
total_ supply_ amount - Returns total supply amount from StorageValue key
- get_
total_ supply_ denom - Returns denom for total supply from StorageValue key
- get_
update_ time - Returns current validator rate