QueryBalanceResponse is the response type for the Query/Balance RPC method

from message cosmos.nft.v1beta1.QueryBalanceResponse

Hierarchy

Constructors

Properties

amount: bigint = protoInt64.zero

amount is the number of all NFTs of a given class owned by the owner

from field: uint64 amount = 1;

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

Methods