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

    Class QueryOwnerRequest

    QueryOwnerRequest is the request type for the Query/Owner RPC method

    from message cosmos.nft.v1beta1.QueryOwnerRequest

    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.QueryOwnerRequest"

    Methods