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. 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
Last modified 6mo ago