AsyncTransactionSigner

class AsyncTransactionSigner(val w: Wallet, val tx: iTransaction, val sigHashType: ByteArray = byteArrayOf(), val coctxt: CoroutineContext, var title: String, val update: suspend (AsyncOpTracker) -> Unit) : CoOpTracker

Constructors

Link copied to clipboard
constructor(w: Wallet, tx: iTransaction, sigHashType: ByteArray = byteArrayOf(), coctxt: CoroutineContext, title: String, update: suspend (AsyncOpTracker) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val coscope: CoroutineScope
Link copied to clipboard
var display: Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val update: suspend (AsyncOpTracker) -> Unit
Link copied to clipboard
val w: Wallet

Functions

Link copied to clipboard
open override fun cancel()

override this function to cancel this operation

Link copied to clipboard
open suspend override fun cogo()
Link copied to clipboard
open override fun launch()

Start doing this operation