Initial commit
This commit is contained in:
16
docs/-synchronizer/cancel-send.md
Normal file
16
docs/-synchronizer/cancel-send.md
Normal file
@@ -0,0 +1,16 @@
|
||||
[zcash-android-wallet-sdk](../../index.md) / [cash.z.ecc.android.sdk.data](../index.md) / [Synchronizer](index.md) / [cancelSend](./cancel-send.md)
|
||||
|
||||
# cancelSend
|
||||
|
||||
`abstract fun cancelSend(transaction: `[`SentTransaction`](../../cash.z.ecc.android.sdk.entity/-sent-transaction/index.md)`): `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
||||
|
||||
Attempts to cancel a previously sent transaction. Typically, cancellation is only an option if the transaction
|
||||
has not yet been submitted to the server.
|
||||
|
||||
### Parameters
|
||||
|
||||
`transaction` - the transaction to cancel.
|
||||
|
||||
**Return**
|
||||
true when the cancellation request was successful. False when it is too late to cancel.
|
||||
|
||||
Reference in New Issue
Block a user