Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.03 KB

File metadata and controls

21 lines (17 loc) · 1.03 KB

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