get Transaction Async
open fun getTransactionAsync(transactionId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<Transaction>)
Asynchronously retrieves details on a transaction with the specified id.
Parameters
transaction Id
The id of the transaction.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.