# Functions
CollectTxs processes and validates application's genesis Txs and returns the list of appGenTxs, and persistent peers required to generate genesis.json.
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.
SetGenTxsInAppGenesisState - sets the genesis transactions in the app genesis state.
ValidateAccountInGenesis checks that the provided account is presented in the set of genesis accounts.
# Variables
functions aliases.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AppModule implements the AppModule interface for the dclgenutil module.
AppModuleBasic implements the AppModuleBasic interface for the dclgenutil module.
# Type aliases
No description provided by the author