Type alias TokenHolderBalance

TokenHolderBalance: {
    balance: CurrencyValue;
    holder: string;
}

A token holder address and its current balance

Type declaration

  • balance: CurrencyValue
  • holder: string

Generated using TypeDoc