Async Transaction Signer
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)