package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
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.
DeliverGenTxs iterates over all genesis txs, decodes each into a Tx and invokes the provided deliverTxfn with the decoded Tx.
ExportGenesisFile creates and writes the genesis configuration to disk.
ExportGenesisFileWithTime creates and writes the genesis configuration to disk.
GenAppStateFromConfig gets the genesis app state from the config.
InitGenesis - initialize accounts and deliver genesis transactions.
InitializeNodeValidatorFiles creates private validator and p2p configuration files.
InitializeNodeValidatorFilesFromMnemonic creates private validator and p2p configuration files using the given mnemonic.
NewAppModule creates a new AppModule object.
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.

# Structs

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