A list of transaction status strings to filter by.
Instance Method
transactionsByStatuses(_:)
Retrieves transactions that match any of the provided statuses.
Declaration
func transactionsByStatuses(_ statuses: [String]) async throws -> TransactionHistoryResponse
Parameters
statuses
-
Return Value
A list of matching transactions.