DenomOwner defines structure representing an account that owns or holds a particular denominated token. It contains the account address and account balance of the denominated token.

Since: cosmos-sdk 0.46

from message cosmos.bank.v1beta1.DenomOwner

Hierarchy

Constructors

Properties

address: string = ""

address defines the address that owns a particular denomination.

from field: string address = 1;

balance?: Coin

balance is the balance of the denominated coin for an account.

from field: cosmos.base.v1beta1.Coin balance = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.bank.v1beta1.DenomOwner" = "cosmos.bank.v1beta1.DenomOwner"

Methods