feat(x/bank/types): Add ModuleQueryPath const to define the bank module's ABCI query path (#12699)
This PR adds a new const `ModuleQueryPath` to define the bank module's ABCI query path to make it clearer when using ABCI query.
This commit is contained in:
parent
eb9fbb7c8f
commit
00805e5647
@ -18,6 +18,9 @@ const (
|
||||
|
||||
// QuerierRoute defines the module's query routing key
|
||||
QuerierRoute = ModuleName
|
||||
|
||||
// ModuleQueryPath defines the ABCI query path of the module
|
||||
ModuleQueryPath = "store/bank/key"
|
||||
)
|
||||
|
||||
// KVStore keys
|
||||
|
||||
Loading…
Reference in New Issue
Block a user