# Functions
AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
AddTestAddrsFromPubKeys adds the addresses into the SimApp providing only the public keys.
AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
CheckBalance checks the balance of an account.
ConvertAddrsToValAddrs converts the provided addresses to ValAddress.
CreateTestPubKeys returns a total of numPubKeys public keys in ascending order.
FundAccount is a utility function that funds an account by minting and sending the coins to the address.
FundModuleAccount is a utility function that funds a module account by minting and sending the coins to the address.
GenSequenceOfTxs generates a set of signed transactions of messages, such that they differ only by having the sequence numbers incremented between every transaction.
NewPubKeyFromHex returns a PubKey from a hex string.
No description provided by the author
No description provided by the author
No description provided by the author
SetupWithGenesisValSet initializes a new GovGenApp with a validator set and genesis accounts that also act as delegators.
SignCheckDeliver checks a generated signed transaction and simulates a block commitment with the given transaction.
No description provided by the author
# Constants
SimAppChainID hardcoded chainID for simulation.
# Variables
DefaultConsensusParams defines the default Tendermint consensus params used in GovGenApp testing.
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
EmptyAppOptions is a stub implementing AppOptions.
No description provided by the author
# Type aliases
No description provided by the author