Gets all token balances with pagination
Promise resolving to an array of TokenBalance objects
Gets the balance for a specific address
The address to get the balance for
Promise resolving to the balance as a bigint
Gets the total number of token holders (addresses with positive balances)
Promise resolving to the number of holders
Interface for token service operations