Documentation ¶
Index ¶
- func MsgAddAllowedBidderExec(clientCtx client.Context, from string, auctionId uint64, maxBidAmt math.Int, ...) (testutil.BufferWriter, error)
- func MsgCreateBatchAuctionExec(clientCtx client.Context, from string, file string, extraArgs ...string) (testutil.BufferWriter, error)
- func MsgCreateFixedPriceAuctionExec(clientCtx client.Context, from string, file string, extraArgs ...string) (testutil.BufferWriter, error)
- func MsgPlaceBidExec(clientCtx client.Context, from string, auctionId uint64, bidType string, ...) (testutil.BufferWriter, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgAddAllowedBidderExec ¶
func MsgAddAllowedBidderExec(clientCtx client.Context, from string, auctionId uint64, maxBidAmt math.Int, extraArgs ...string, ) (testutil.BufferWriter, error)
MsgAddAllowedBidderExec creates a transaction for adding an allowed bidder.
func MsgCreateBatchAuctionExec ¶
func MsgCreateBatchAuctionExec(clientCtx client.Context, from string, file string, extraArgs ...string, ) (testutil.BufferWriter, error)
MsgCreateBatchAuctionExec creates a transaction for creating a batch auction.
func MsgCreateFixedPriceAuctionExec ¶
func MsgCreateFixedPriceAuctionExec(clientCtx client.Context, from string, file string, extraArgs ...string, ) (testutil.BufferWriter, error)
MsgCreateFixedPriceAuctionExec creates a transaction for creating a fixed price auction.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.