Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenClientGenesis ¶
func GenClientGenesis(_ *rand.Rand, _ []simulation.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.
Click to show internal directories.
Click to hide internal directories.