QueryNFTsResponse is the response type for the Query/NFTs RPC methods

from message cosmos.nft.v1beta1.QueryNFTsResponse

Hierarchy

Constructors

Properties

nfts: NFT[] = []

NFT defines the NFT

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

pagination?: PageResponse

pagination defines the pagination in the response.

from field: cosmos.base.query.v1beta1.PageResponse pagination = 2;

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

Methods