Skip to main content

TokenHolderBalance type

A token holder address and its current balance

Signature:

export declare type TokenHolderBalance = {
holder: string;
balance: CurrencyValue;
};

References: CurrencyValue