Documentation ¶
Index ¶
- func RandomMsgBurnDenom(k keeper.Keeper, sim *simtypes.SimCtx, ctx sdk.Context) (*types.MsgBurn, error)
- func RandomMsgChangeAdmin(k keeper.Keeper, sim *simtypes.SimCtx, ctx sdk.Context) (*types.MsgChangeAdmin, error)
- func RandomMsgCreateDenom(k keeper.Keeper, sim *simtypes.SimCtx, ctx sdk.Context) (*types.MsgCreateDenom, error)
- func RandomMsgMintDenom(k keeper.Keeper, sim *simtypes.SimCtx, ctx sdk.Context) (*types.MsgMint, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomMsgBurnDenom ¶
func RandomMsgBurnDenom(k keeper.Keeper, sim *simtypes.SimCtx, ctx sdk.Context) (*types.MsgBurn, error)
RandomMsgBurnDenom takes a random denom that has been created and uses the denom's admin to burn a random amount
func RandomMsgChangeAdmin ¶
func RandomMsgChangeAdmin(k keeper.Keeper, sim *simtypes.SimCtx, ctx sdk.Context) (*types.MsgChangeAdmin, error)
RandomMsgChangeAdmin takes a random denom that has been created and changes the admin to another random account
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.