Interface TokensBalances

Represents the token balances of multiple holders.

Hierarchy

  • TokensBalances

Indexable

[tokenAddress: string]: {
    [holder: string]: bigint;
}
  • [holder: string]: bigint

Generated using TypeDoc