Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdCancelCampaign() *cobra.Command
- func GetCmdClaim() *cobra.Command
- func GetCmdCreateCampaign() *cobra.Command
- func GetCmdDepositCampaign() *cobra.Command
- func GetCmdQueryAllCampaigns() *cobra.Command
- func GetCmdQueryCampaign() *cobra.Command
- func GetCmdQueryClaimsByCampaign() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagNftDenomId = "nft-denom-id" FlagNftId = "nft-id" FlagName = "name" FlagDescription = "description" FlagMaxAllowedClaims = "max-allowed-claims" FlagTokensPerClaim = "tokens-per-claim" FlagDeposit = "deposit" FlagCreator = "creator" FlagStatus = "status" FlagClaimer = "claimer" FlagStartTime = "start-time" FlagDuration = "duration" FlagAmount = "amount" FlagInteractionType = "interaction-type" FlagClaimType = "claim-type" FlagDistributionType = "distribution-type" FlagStreamDuration = "stream-duration" FlagNftDetailsFile = "nft-details-file" FlagCreationFee = "creation-fee" )
Variables ¶
View Source
var ( FsCreateCampaign = flag.NewFlagSet("", flag.ContinueOnError) FsDepositCampaign = flag.NewFlagSet("", flag.ContinueOnError) FsClaim = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func GetCmdCancelCampaign ¶
GetCmdCancelCampaign implements the campaign cancel command
func GetCmdCreateCampaign ¶
GetCmdCreateCampaign implements the create-campaign command
func GetCmdDepositCampaign ¶
GetCmdDepositCampaign implements the bid command
func GetCmdQueryAllCampaigns ¶
GetCmdQueryAllCampaigns implements the query all campaigns command.
func GetCmdQueryCampaign ¶
GetCmdQueryCampaign implements the query campaign command.
func GetCmdQueryClaimsByCampaign ¶
GetCmdQueryClaimsByCampaign implements the query claims by campaign 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.
Click to show internal directories.
Click to hide internal directories.