A token holder address and its current balance
type TokenHolderBalance = { balance: CurrencyValue; holder: string };
type balance = CurrencyValue;
type holder = string;