Documentation ¶
Index ¶
- func GetCmdBalance(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdCommitBid(cdc *codec.Codec) *cobra.Command
- func GetCmdGetAuction(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetBid(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetBids(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdList(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdListByBidder(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdRevealBid(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdBalance ¶
GetCmdBalance queries the auction module account balance.
func GetCmdCommitBid ¶
GetCmdCommitBid is the CLI command for committing a bid.
func GetCmdGetAuction ¶
GetCmdGetAuction queries an auction.
func GetCmdGetBid ¶
GetCmdGetBid queries an auction bid.
func GetCmdGetBids ¶
GetCmdGetBids queries all auction bids.
func GetCmdList ¶
GetCmdList queries all auctions.
func GetCmdListByBidder ¶
GetCmdListByBidder queries auctions by bidder.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the params query command.
func GetCmdRevealBid ¶
GetCmdRevealBid is the CLI command for revealing a bid.
func GetQueryCmd ¶
GetQueryCmd returns query commands.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.