Sei
Search
K
Comment on page

Store Key

This is an appendix containing the StoreKey used by sei-cosmos modules. You can also find these definitions in the key.go file of each module, for example the StoreKeyacc of the auth module here.
You can refer to the Identifiers page to find the corresponding identifer prefix.
StoreKey => Module Name | ResourceType key
"ParentNode" => x/accesscontrol | aclsdktypes.ParentNodeKey
"acc" => x/auth | authtypes.StoreKey
"dex" => x/dex | dextypes.StoreKey
"bank" => x/bank | banktypes.StoreKey
"distribution" => x/distribution | distributiontypes.StoreKey
"oracle" => x/oracle | oracletypes.StoreKey
"staking" => x/staking | stakingtypes.StoreKey
"tokenfactory" => x/tokenfactory | tokenfactorytypes.StoreKey
"epoch" => x/epoch | epochtypes.StoreKey
"aclaccesscontrol" => x/accesscontrol | acltypes.StoreKey
"wasm" => x/wasm | wasmtypes.StoreKey