# Packages
No description provided by the author
# Functions
AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
AddTestAddrsIncremental constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
No description provided by the author
BlockedAddresses returns all the app's blocked account addresses.
GenerateRandomString generates a random string given a length, based on a set character set.
No description provided by the author
No description provided by the author
GetMaccPerms returns a copy of the module account permissions.
MakeEncodingConfig creates an EncodingConfig for testing.
NewApp returns a reference to an initialized Und app.
No description provided by the author
No description provided by the author
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.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpgradeName this will be changed with each new release that requires migrations.
# Variables
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.
SetupOptions defines arguments that are passed into `Simapp` constructor.
# Type aliases
GenesisState The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.