package
0.5.7
Repository: https://github.com/initia-labs/initia.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CollectTxs processes and validates application's genesis Txs and returns the list of appGenTxs, and persistent peers required to generate genesis.json.
No description provided by the author
DeliverGenTxs iterates over all genesis txs, decodes each into a Tx and invokes the provided deliverTxfn with the decoded Tx.
GenAppStateFromConfig gets the genesis app state from the config.
InitGenesis - initialize accounts and deliver genesis transactions.
NewAppModule creates a new AppModule object.
NewAppModuleBasic creates AppModuleBasic, validator is a function used to validate genesis transactions.
No description provided by the author
SetGenTxsInAppGenesisState - sets the genesis transactions in the app genesis state.
ValidateAccountInGenesis checks that the provided account has a sufficient balance in the set of genesis accounts.

# Constants

No description provided by the author

# Structs

AppModule implements an application module for the genutil module.
AppModuleBasic defines the basic application module used by the genutil module.
ModuleInputs defines the inputs needed for the genutil module.