Optional
creditNoticeService: CreditNoticeServiceClears the Cache
Evenly disperses tokens among the provided wallet addresses using concurrent batched transfers
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 total transaction volume for the token within a specified date range
Start date for the transaction volume calculation
End date for the transaction volume calculation
Promise resolving to the total transaction volume as a number
Interface for token service operations