getTransactionAsync

open fun getTransactionAsync(transactionId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<Transaction>)

Asynchronously retrieves details on a transaction with the specified id.

Parameters

transactionId

The id of the transaction.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.