Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppConstructor ¶
func NewAppConstructor() network.AppConstructor
NewAppConstructor returns a new simapp AppConstructor.
func SetupWithGenesisValSet ¶ added in v0.5.0
func SetupWithGenesisValSet(t *testing.T, nolusApp *app.App, genesisState app.GenesisState, valSet *cmttypes.ValidatorSet, genAccs []authtypes.GenesisAccount, chainID string, balances ...banktypes.Balance) *app.App
SetupWithGenesisValSet initializes a new GaiaApp with a validator set and genesis accounts that also act as delegators. For simplicity, each validator is bonded with a delegation of one consensus engine unit in the default token of the GaiaApp from first genesis account. A Nop logger is set in GaiaApp.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.