QueryNFTstRequest is the request type for the Query/NFTs RPC method

from message cosmos.nft.v1beta1.QueryNFTsRequest

Hierarchy

Constructors

Properties

classId: string = ""

class_id associated with the nft

from field: string class_id = 1;

owner: string = ""

owner is the owner address of the nft

from field: string owner = 2;

pagination?: PageRequest

pagination defines an optional pagination for the request.

from field: cosmos.base.query.v1beta1.PageRequest pagination = 3;

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

Methods