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

    Class QueryNFTRequest

    QueryNFTRequest is the request type for the Query/NFT RPC method

    from message cosmos.nft.v1beta1.QueryNFTRequest

    Hierarchy

    Index

    Constructors

    Properties

    classId: string = ""

    class_id associated with the nft

    from field: string class_id = 1;

    id: string = ""

    id is a unique identifier of the NFT

    from field: string id = 2;

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

    Methods