transactionFfiCancellable

open suspend override fun transactionFfiCancellable(command: CoreCryptoCommand, cancellation: CoreCryptoCancellationToken)(source)

Like transaction_ffi, but cancellable.

Cancelling the token aborts the transaction and stops waiting for any in-flight MlsTransport callback or PkiEnvironment hook associated with it.

For implementation details, see the crate::cancellation.