simulation

package
v0.42.11 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenClientGenesis

func GenClientGenesis(_ *rand.Rand, _ []simtypes.Account) types.GenesisState

GenClientGenesis returns the default client genesis state.

func NewDecodeStore

func NewDecodeStore(cdc ClientUnmarshaler, kvA, kvB kv.Pair) (string, bool)

NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding client type.

Types

type ClientUnmarshaler

type ClientUnmarshaler interface {
	MustUnmarshalClientState([]byte) exported.ClientState
	MustUnmarshalConsensusState([]byte) exported.ConsensusState
}

ClientUnmarshaler defines an interface for unmarshaling ICS02 interfaces.

Jump to

Keyboard shortcuts

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