TransactionSignerFnImpl
open class TransactionSignerFnImpl : Disposable, AutoCloseable, TransactionSignerFn
Defines a type which can sign a transaction asynchronously.
This trait can be implemented downstream to enable signing when using the TransactionBuilder::execute function.
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| sign | open suspend override fun sign(transaction: Transaction): TransactionSignerFnOutput Sign a transaction and return a UserSignature. |