NewPoolStore
NewPoolStore creates a new pool store instance with the provided KV store. This function is used by the upgrade system to create storage instances for each implementation. Parameters:
- kvStore: KV store used to persist and retrieve pool-domain state.
Returns:
- poolStore: an IPoolStore implementation backed by kvStore.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.NewPoolStore()"
Result