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

from message cosmos.nft.v1beta1.QueryBalanceRequest

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;

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

Methods