bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class QueryNFTsRequest

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

    from message cosmos.nft.v1beta1.QueryNFTsRequest

    Hierarchy

    Index

    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"

    Methods