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

  • V1Beta1DenomOwner

Properties

Properties

address?: string

address defines the address that owns a particular denomination.

balance?: V1Beta1Coin

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

Generated using TypeDoc