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

    Class QueryBalanceRequest

    QueryBalanceRequest is the request type for the Query/Balance RPC method

    from message cosmos.nft.v1beta1.QueryBalanceRequest

    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;

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

    Methods