# Functions
AddTestAddrsIncremental constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
CreateTestPubKeys returns a total of numPubKeys public keys in ascending order.
GetMaccPerms returns a copy of the module account permissions.
No description provided by the author
New returns a reference to an initialized blockchain app.
NewDefaultGenesisState generates the default state for the application.
NewPubKeyFromHex returns a PubKey from a hex string.
NewTestNetworkFixture returns a new simapp AppConstructor for network simulation tests.
No description provided by the author
Setup initializes a new SimApp.
SetupWithGenesisValSet initializes a new SimApp with a validator set and genesis accounts that also act as delegators.
No description provided by the author
# Variables
No description provided by the author
DefaultNodeHome default home directories for the application daemon.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
# Structs
App extends an ABCI application, but with most of its parameters exported.
EmptyAppOptions is a stub implementing AppOptions.
# Type aliases
No description provided by the author
The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.