Initiates the generation of transaction reports for a specified wallet account, based on criteria like date range, transaction types, and report format.
Filter parameters.
A promise which contains an ID of the export to be used to retrieve the exported data.
Retrieves a previously generated transaction report using the provided reportId.
ID of the report.
A promise which contains the retrieved exported data.
Retrieves a specific user transaction by ID.
The ID of the transaction to be retrieved.
A promise that resolves to the specified user transaction.
Retrieves a list of user transactions by accountId.
Filter parameters.
A promise that resolves to a transactions list.
Retrieves the status of previously requested transaction report using the provided reportId.
ID of the report.
A promise which contains the status of the transaction history report.
StaticgetFunctionRetrieves the singleton instance of the TransactionHistoryService class.
The singleton instance of the TransactionHistoryService class.
Service class for managing transaction history related operations.