Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRandomAccounts ¶
func CreateRandomAccounts(numAccts int) []sdk.AccAddress
CreateRandomAccounts is a function return a list of randomly generated AccAddresses
func SetupGenesisValSet ¶
func SetupGenesisValSet( valSet *tmtypes.ValidatorSet, genAccs []authtypes.GenesisAccount, opts []wasm.Option, app *terra_app.TerraApp, encCfg terrraParams.EncodingConfig, balances ...banktypes.Balance, ) terra_app.GenesisState
Types ¶
type AppTestSuite ¶
type AppTestSuite struct { suite.Suite App *app.TerraApp Ctx sdk.Context QueryHelper *baseapp.QueryServiceTestHelper TestAccs []sdk.AccAddress }
func (*AppTestSuite) AssertEventEmitted ¶
func (s *AppTestSuite) AssertEventEmitted(ctx sdk.Context, eventTypeExpected string, numEventsExpected int)
func (*AppTestSuite) FundAcc ¶
func (s *AppTestSuite) FundAcc(acc sdk.AccAddress, amounts sdk.Coins) (err error)
FundAcc funds target address with specified amount.
func (*AppTestSuite) Setup ¶
func (s *AppTestSuite) Setup()
Setup sets up basic environment for suite (App, Ctx, and test accounts)
Click to show internal directories.
Click to hide internal directories.