Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CampaignI ¶
type CampaignI interface { GetId() uint64 GetName() string GetDescription() string GetStartTime() time.Time GetEndTime() time.Time GetNftDenomId() string GetMaxAllowedClaims() uint64 GetClaimType() string GetInteraction() string GetCreator() sdk.AccAddress GetTokensPerClaim() sdk.Coin GetTotalTokens() sdk.Coin GetAvailableTokens() sdk.Coin GetReceivedNftIds() []string GetNftMintDetails() interface{} GetDistribution() interface{} }
type ClaimI ¶
type ClaimI interface { GetCampaignId() uint64 GetAddress() sdk.AccAddress GetNftId() string GetInteractionType() string }
type ParamSet ¶
type ParamSet = paramtypes.ParamSet
Click to show internal directories.
Click to hide internal directories.