Documentation ¶
Index ¶
- func EncodeNftMessage() wasmKeeper.CustomEncoder
- func PerformCustomNftQuery(keeper nftKeeper.Keeper) wasmKeeper.CustomQuerier
- type ApproveAllRequest
- type ApproveNftRequest
- type BurnNftRequest
- type EditNftRequest
- type IssueDenomRequest
- type MintNftRequest
- type QueryAllDenoms
- type QueryApprovals
- type QueryApprovedForAll
- type QueryCollection
- type QueryDenomById
- type QueryDenomByName
- type QueryDenomBySymbol
- type QueryOwner
- type QuerySupply
- type QueryToken
- type RevokeApprovalRequest
- type TransferNftRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeNftMessage ¶
func EncodeNftMessage() wasmKeeper.CustomEncoder
fromReflectRawMsg decodes msg.Data to an sdk.Msg using proto Any and json encoding. this needs to be registered on the Encoders
func PerformCustomNftQuery ¶
func PerformCustomNftQuery(keeper nftKeeper.Keeper) wasmKeeper.CustomQuerier
Types ¶
type ApproveAllRequest ¶
type ApproveNftRequest ¶
type BurnNftRequest ¶
type EditNftRequest ¶
type IssueDenomRequest ¶
type MintNftRequest ¶
type QueryAllDenoms ¶
type QueryAllDenoms struct { }
type QueryApprovals ¶
type QueryApprovedForAll ¶
type QueryCollection ¶
type QueryCollection struct {
DenomId string `json:"denom_id"`
}
type QueryDenomById ¶
type QueryDenomById struct {
DenomId string `json:"denom_id"`
}
type QueryDenomByName ¶
type QueryDenomByName struct {
DenomName string `json:"denom_name"`
}
type QueryDenomBySymbol ¶
type QueryDenomBySymbol struct {
Symbol string `json:"denom_symbol"`
}
type QueryOwner ¶
type QuerySupply ¶
type QuerySupply struct {
DenomId string `json:"denom_id"`
}
type QueryToken ¶
type RevokeApprovalRequest ¶
Click to show internal directories.
Click to hide internal directories.