Documentation ¶
Index ¶
- type Dumper
- func (d *Dumper) DumpToFile(ctx sdk.Context, filepath string)
- func (d *Dumper) LoadFromFile(ctx sdk.Context, filepath string)
- func (d *Dumper) RegisterRawString(subStore []byte)
- func (d *Dumper) RegisterType(t interface{}, name string, subStore []byte)
- func (d *Dumper) ToJSON(ctx sdk.Context) []byte
- type JSONKV
- type JSONState
- type ValueInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dumper ¶
type Dumper struct {
// contains filtered or unexported fields
}
func (*Dumper) RegisterRawString ¶
func (*Dumper) RegisterType ¶
type JSONKV ¶
type JSONKV struct { Prefix string `json:"prefix"` Key string `json:"key"` Val ValueInterface `json:"val"` }
type ValueInterface ¶
type ValueInterface interface { }
Click to show internal directories.
Click to hide internal directories.