Evenly disperses tokens among the provided wallet addresses
The total amount to disperse
Array of wallet addresses to receive tokens
Promise resolving to an array of transaction IDs
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
Gets the transaction volume for a date range
Interface for token service operations