NewPositionStore
NewPositionStore creates a position store backed by the provided KV store. The upgrade system uses it to construct storage instances for each implementation.
Parameters:
- kvStore: Domain-owned KV store shared by position implementations.
Returns:
- IPositionStore: Position storage wrapper backed by the supplied store.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/position.NewPositionStore()"
Result