DenominationCount

treasury.DenominationCount

type DenominationCount

treasury.DenominationCount

FieldTypeDescription
denominationAmountThe amount of the denomination.
countuint32The number of digital banknotes of this amount held in supply.
totalAmountThe total value represented by digital banknotes of this denomination.
{
  "denomination": {
    "currency_code": "USD",
    "amount": 2000,
    "decimals": 2
  },
  "count": 5,
  "total": {
    "currency_code": "USD",
    "amount": 10000,
    "decimals": 2
  }
}