Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgAddAdmin(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgBuyNft(ak types.AccountKeeper, bk types.BankKeeper, nk types.NftKeeper, ...) simtypes.Operation
- func SimulateMsgCreateCollection(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgMintNft(ak types.AccountKeeper, bk types.BankKeeper, nk types.NftKeeper, ...) simtypes.Operation
- func SimulateMsgPublishCollection(ak types.AccountKeeper, bk types.BankKeeper, nk types.NftKeeper, ...) simtypes.Operation
- func SimulateMsgPublishNft(ak types.AccountKeeper, bk types.BankKeeper, nk types.NftKeeper, ...) simtypes.Operation
- func SimulateMsgRemoveAdmin(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgRemoveNft(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgUnverifyCollection(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdatePrice(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdateRoyalties(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgVerifyCollection(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func SimulateMsgAddAdmin ¶
func SimulateMsgAddAdmin( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgBuyNft ¶
func SimulateMsgBuyNft( ak types.AccountKeeper, bk types.BankKeeper, nk types.NftKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgCreateCollection ¶
func SimulateMsgCreateCollection( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgMintNft ¶
func SimulateMsgMintNft( ak types.AccountKeeper, bk types.BankKeeper, nk types.NftKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgPublishCollection ¶
func SimulateMsgPublishCollection( ak types.AccountKeeper, bk types.BankKeeper, nk types.NftKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgPublishNft ¶
func SimulateMsgPublishNft( ak types.AccountKeeper, bk types.BankKeeper, nk types.NftKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgRemoveAdmin ¶
func SimulateMsgRemoveAdmin( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgRemoveNft ¶
func SimulateMsgRemoveNft( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgUnverifyCollection ¶
func SimulateMsgUnverifyCollection( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdatePrice ¶
func SimulateMsgUpdatePrice( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdateRoyalties ¶
func SimulateMsgUpdateRoyalties( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgVerifyCollection ¶
func SimulateMsgVerifyCollection( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.