package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev
# Functions
DefaultGenesisState returns the genutil module's default genesis state.
GenesisStateFromGenDoc creates the core parameters for genesis initialization for the application.
GenesisStateFromGenFile creates the core parameters for genesis initialization for the application.
GetGenesisStateFromAppState gets the genutil genesis state from the expected app state.
NewGenesisState creates a new GenesisState object.
NewGenesisStateFromTx creates a new GenesisState object from auth transactions.
NewInitConfig creates a new InitConfig object.
SetGenesisStateInAppState sets the genutil genesis state within the expected app state.
ValidateAndGetGenTx validates the genesis transaction and returns GenTx if valid it cannot verify the signature as it is stateless validation.
ValidateGenesis validates GenTx transactions.
# Constants
ModuleName is genutil.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
GenesisState defines the raw genesis transaction in JSON.
InitConfig common config options for init.
# Interfaces
AccountKeeper defines the expected account keeper (noalias).
GenesisAccountsIterator defines the expected iterating genesis accounts object (noalias).
GenesisAccountsIterator defines the expected iterating genesis accounts object (noalias).
StakingKeeper defines the expected staking keeper (noalias).
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author