Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdBuyNft() *cobra.Command
- func GetCmdCancelAuction() *cobra.Command
- func GetCmdCreateAuction() *cobra.Command
- func GetCmdDeListNft() *cobra.Command
- func GetCmdEditListing() *cobra.Command
- func GetCmdListNft() *cobra.Command
- func GetCmdPlaceBid() *cobra.Command
- func GetCmdQueryAllAuctions() *cobra.Command
- func GetCmdQueryAllBids() *cobra.Command
- func GetCmdQueryAllListings() *cobra.Command
- func GetCmdQueryAuction() *cobra.Command
- func GetCmdQueryAuctionBid() *cobra.Command
- func GetCmdQueryAuctionsByOwner() *cobra.Command
- func GetCmdQueryListing() *cobra.Command
- func GetCmdQueryListingsByOwner() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
const ( FlagDenomId = "denom-id" FlagNftId = "nft-id" FlagPrice = "price" FlagOwner = "owner" FlagBidder = "bidder" FlagPriceDenom = "price-denom" FlagWhiteListAccounts = "whitelist-accounts" FlagStartTime = "start-time" FlagStartPrice = "start-price" FlagIncrementPercentage = "increment-percentage" FlagDuration = "duration" FlagAmount = "amount" )
Variables ¶
var ( FsListNft = flag.NewFlagSet("", flag.ContinueOnError) FsEditListing = flag.NewFlagSet("", flag.ContinueOnError) FsBuyNFT = flag.NewFlagSet("", flag.ContinueOnError) FsCreateAuction = flag.NewFlagSet("", flag.ContinueOnError) FsPlaceBid = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func GetCmdCancelAuction ¶
GetCmdCancelAuction implements the cancel-auction command
func GetCmdCreateAuction ¶
GetCmdCreateAuction implements the create-auction command
func GetCmdDeListNft ¶
GetCmdDeListNft implements the de-list-nft command
func GetCmdEditListing ¶
GetCmdEditListing implements the edit-listing command
func GetCmdListNft ¶
GetCmdListNft implements the list-nft command
func GetCmdQueryAllAuctions ¶
GetCmdQueryAllAuctions implements the query all auctions command.
func GetCmdQueryAllBids ¶
GetCmdQueryAllBids implements the query all bids command.
func GetCmdQueryAllListings ¶
GetCmdQueryAllListings implements the query all listings command.
func GetCmdQueryAuction ¶
GetCmdQueryAuctionListing implements the query auction command.
func GetCmdQueryAuctionBid ¶
GetCmdQueryAuctionBid implements the query bid command.
func GetCmdQueryAuctionsByOwner ¶
GetCmdQueryAuctionsByOwner implements the query auctions by owner command.
func GetCmdQueryListing ¶
GetCmdQueryListing implements the query listing command.
func GetCmdQueryListingsByOwner ¶
GetCmdQueryListingsByOwner implements the query listings by owner command.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query params command.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.