Instance Method

transactionsByStatuses(_:)

Retrieves transactions that match any of the provided statuses.

Declaration

func transactionsByStatuses(_ statuses: [String]) async throws -> TransactionHistoryResponse

Parameters

statuses

A list of transaction status strings to filter by.

Return Value

A list of matching transactions.

Discussion