QueryNFTResponse is the response type for the Query/NFT RPC method

from message cosmos.nft.v1beta1.QueryNFTResponse

Hierarchy

Constructors

Properties

nft?: NFT

owner is the owner address of the nft

from field: cosmos.nft.v1beta1.NFT nft = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.nft.v1beta1.QueryNFTResponse" = "cosmos.nft.v1beta1.QueryNFTResponse"

Methods