Documentation ¶
Index ¶
- func NewCDPGenState(cdc codec.JSONCodec, denom, asset string, liquidationRatio sdk.Dec) app.GenesisState
- func NewDisableInflationTestSuite(tf testFunc) *disableInflationTestSuite
- func NewLendGenesisBuilder() lendGenesisBuilder
- func NewStakingRewardsTestSuite(tf testFunc) *stakingRewardsTestSuite
- type Suite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCDPGenState ¶ added in v0.23.0
func NewDisableInflationTestSuite ¶ added in v0.25.0
func NewDisableInflationTestSuite(tf testFunc) *disableInflationTestSuite
func NewLendGenesisBuilder ¶
func NewLendGenesisBuilder() lendGenesisBuilder
func NewStakingRewardsTestSuite ¶ added in v0.25.0
func NewStakingRewardsTestSuite(tf testFunc) *stakingRewardsTestSuite
Types ¶
type Suite ¶
type Suite struct { suite.Suite App app.TestApp Ctx sdk.Context Keeper keeper.Keeper MaccAddress sdk.AccAddress }
Test suite used for all community tests
func (*Suite) CreateFundedAccount ¶
func (suite *Suite) CreateFundedAccount(coins sdk.Coins) sdk.AccAddress
CreateFundedAccount creates a random account and mints `coins` to it.
Click to show internal directories.
Click to hide internal directories.