signTransaction

fun signTransaction(txId: String, callback: (result: TransactionSignature) -> Unit? = null)

Sign a transaction using the end-user key

Parameters

txId

The transaction ID to sign

callback

Invoked with the result of the transaction signature that contains the txId and TransactionSignatureStatus