feat(orm): ModuleDB JSON import/export/default/validate methods (#11101)
* feat(orm): ModuleDB JSON methods * WIP * WIP on JSON * WIP * WIP * tests and docs * revert * tests and docs * docs * address review comments
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package ormtable
|
||||
|
||||
import "github.com/cosmos/cosmos-sdk/orm/model/kv"
|
||||
import (
|
||||
"github.com/cosmos/cosmos-sdk/orm/types/kv"
|
||||
)
|
||||
|
||||
type batchIndexCommitmentWriter struct {
|
||||
Backend
|
||||
|
||||
Reference in New Issue
Block a user