testutils

package
v0.6.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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 NewDumper

func NewDumper(key sdk.StoreKey, storeCdc *wire.Codec, options ...OptionCodec) *Dumper

func (*Dumper) DumpToFile

func (d *Dumper) DumpToFile(ctx sdk.Context, filepath string)

func (*Dumper) LoadFromFile

func (d *Dumper) LoadFromFile(ctx sdk.Context, filepath string)

func (*Dumper) RegisterRawString

func (d *Dumper) RegisterRawString(subStore []byte)

func (*Dumper) RegisterType

func (d *Dumper) RegisterType(t interface{}, name string, subStore []byte)

func (*Dumper) ToJSON

func (d *Dumper) ToJSON(ctx sdk.Context) []byte

type JSONKV

type JSONKV struct {
	Prefix string         `json:"prefix"`
	Key    string         `json:"key"`
	Val    ValueInterface `json:"val"`
}

type JSONState

type JSONState = []JSONKV

type OptionCodec added in v0.6.0

type OptionCodec func(cdc *wire.Codec)

type ValueInterface

type ValueInterface interface {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL