zcash-android-wallet-sdk / cash.z.wallet.sdk.transaction / OutboundTransactionManager / cancel

cancel

abstract suspend fun cancel(pendingTx: PendingTransaction): Boolean

Attempt to cancel a transaction.

Parameters

pendingTx - the transaction matching the ID of the transaction to cancel.

Return
true when the transaction was able to be cancelled.