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

Hierarchy

  • DenomOwner

Properties

Properties

address: string

address defines the address that owns a particular denomination.

balance: undefined | Coin

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

Generated using TypeDoc