Documentation ¶
Index ¶
Constants ¶
View Source
const (
ModuleName = sdkgenutiltypes.ModuleName
)
const
Variables ¶
View Source
var ModuleCdc *codec.Codec
ModuleCdc defines a generic sealed codec to be used throughout this module
View Source
var (
NewInitConfig = sdkgenutiltypes.NewInitConfig
)
Functions ¶
func ValidateGenesis ¶
func ValidateGenesis(genesisState GenesisState) error
ValidateGenesis validates GenTx transactions
Types ¶
type AccountKeeper ¶
type AccountKeeper = sdkgenutiltypes.AccountKeeper
AccountKeeper is the type alias of the one in cmsdk
type GenesisState ¶
type GenesisState struct {
GenTxs []json.RawMessage `json:"gentxs" yaml:"gentxs"`
}
GenesisState defines the raw genesis transaction in JSON
func NewGenesisState ¶
func NewGenesisState(genTxs []json.RawMessage) GenesisState
NewGenesisState creates a new GenesisState object
type StakingKeeper ¶
type StakingKeeper = sdkgenutiltypes.StakingKeeper
StakingKeeper is the type alias of the one in cmsdk
Click to show internal directories.
Click to hide internal directories.