Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportGenesisHandler ¶
type InitGenesisHandler ¶
type InitGenesisHandler func(ctx types.Context, cdc codec.Codec, data json.RawMessage) ([]abci.ValidatorUpdate, error)
type Module ¶
type Module interface {
Name() string
}
Module is the base module type that all modules (client and server) must satisfy.
type TypeModule ¶
type TypeModule interface { Module RegisterInterfaces(types.InterfaceRegistry) }
TypeModule is an interface that modules should implement to register types.
Click to show internal directories.
Click to hide internal directories.