cli

package
v3.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagDenomId             = "denom-id"
	FlagNftId               = "nft-id"
	FlagPrice               = "price"
	FlagOwner               = "owner"
	FlagBidder              = "bidder"
	FlagPriceDenom          = "price-denom"
	FlagSplitShares         = "split-shares"
	FlagWhiteListAccounts   = "whitelist-accounts"
	FlagStartTime           = "start-time"
	FlagStartPrice          = "start-price"
	FlagIncrementPercentage = "increment-percentage"
	FlagDuration            = "duration"
	FlagAmount              = "amount"
)

Variables

View Source
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 GetCmdBuyNft

func GetCmdBuyNft() *cobra.Command

GetCmdBuyNft implements the buy-nft command

func GetCmdCancelAuction

func GetCmdCancelAuction() *cobra.Command

GetCmdCancelAuction implements the cancel-auction command

func GetCmdCreateAuction

func GetCmdCreateAuction() *cobra.Command

GetCmdCreateAuction implements the create-auction command

func GetCmdDeListNft

func GetCmdDeListNft() *cobra.Command

GetCmdDeListNft implements the de-list-nft command

func GetCmdEditListing

func GetCmdEditListing() *cobra.Command

GetCmdEditListing implements the edit-listing command

func GetCmdListNft

func GetCmdListNft() *cobra.Command

GetCmdListNft implements the list-nft command

func GetCmdPlaceBid

func GetCmdPlaceBid() *cobra.Command

GetCmdBid implements the bid command

func GetCmdQueryAllAuctions

func GetCmdQueryAllAuctions() *cobra.Command

GetCmdQueryAllAuctions implements the query all auctions command.

func GetCmdQueryAllBids

func GetCmdQueryAllBids() *cobra.Command

GetCmdQueryAllBids implements the query all bids command.

func GetCmdQueryAllListings

func GetCmdQueryAllListings() *cobra.Command

GetCmdQueryAllListings implements the query all listings command.

func GetCmdQueryAuction

func GetCmdQueryAuction() *cobra.Command

GetCmdQueryAuctionListing implements the query auction command.

func GetCmdQueryAuctionBid

func GetCmdQueryAuctionBid() *cobra.Command

GetCmdQueryAuctionBid implements the query bid command.

func GetCmdQueryAuctionsByOwner

func GetCmdQueryAuctionsByOwner() *cobra.Command

GetCmdQueryAuctionsByOwner implements the query auctions by owner command.

func GetCmdQueryListing

func GetCmdQueryListing() *cobra.Command

GetCmdQueryListing implements the query listing command.

func GetCmdQueryListingsByOwner

func GetCmdQueryListingsByOwner() *cobra.Command

GetCmdQueryListingsByOwner implements the query listings by owner command.

func GetCmdQueryParams

func GetCmdQueryParams() *cobra.Command

GetCmdQueryParams implements the query params command.

func GetQueryCmd

func GetQueryCmd() *cobra.Command

GetQueryCmd returns the cli query commands for this module

func GetTxCmd

func GetTxCmd() *cobra.Command

GetTxCmd returns the transaction commands for this module

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL