Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MagemintTestSuite ¶
type MagemintTestSuite struct { suite.Suite App app.TestApp Ctx sdk.Context Keeper keeper.Keeper StakingKeeper stakingkeeper.Keeper BondDenom string }
func (*MagemintTestSuite) SetBondedTokenRatio ¶
func (suite *MagemintTestSuite) SetBondedTokenRatio(ratio sdk.Dec) sdk.Coins
SetBondedTokenRatio mints the total supply to an account and creates a validator with a self delegation that makes the total staked token ratio set as desired. EndBlocker must be run in order for tokens to become bonded. returns total supply coins
func (*MagemintTestSuite) SetupTest ¶
func (suite *MagemintTestSuite) SetupTest()
Click to show internal directories.
Click to hide internal directories.