Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClaimActionMintNFT = "mint_nft" ClaimActionBidNFT = "bid_nft" )
Variables ¶
This section is empty.
Functions ¶
func Encoder ¶
func Encoder(contract sdk.AccAddress, data json.RawMessage, _ string) ([]sdk.Msg, error)
Types ¶
type ClaimAction ¶
type ClaimAction string
func (ClaimAction) ToAction ¶
func (a ClaimAction) ToAction() (claimtypes.Action, error)
type ClaimFor ¶
type ClaimFor struct { Address string `json:"address"` Action ClaimAction `json:"action"` }
Click to show internal directories.
Click to hide internal directories.