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:
Aaron Craelius
2022-02-03 20:36:21 -08:00
committed by GitHub
parent 888548ab53
commit 37ae08d92a
26 changed files with 393 additions and 45 deletions
+3 -1
View File
@@ -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