Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ModuleName is the name of the module ModuleName = "plugin" // RouterKey is the message route for slashing RouterKey = ModuleName // QuerierRoute is the querier route for slashing QuerierRoute = ModuleName )
Variables ¶
View Source
var ModuleCdc = codec.New()
ModuleCdc auth module wide codec
Functions ¶
func RegisterCodec ¶
RegisterCodec registers concrete types on the codec
Types ¶
type GenesisState ¶
type GenesisState struct { }
func DefaultGenesisState ¶
func DefaultGenesisState() GenesisState
DefaultGenesisState returns a default genesis state
func NewGenesisState ¶
func NewGenesisState() GenesisState
NewGenesisState creates a new genesis state.
Click to show internal directories.
Click to hide internal directories.