TransactionSigned

data class TransactionSigned(val contractId: String, val credentialId: String?) : SmartAccountEvent

Emitted when a transaction is signed.

This event is fired after successfully collecting all required signatures for a transaction, before submission to the network.

Constructors

Link copied to clipboard
constructor(contractId: String, credentialId: String?)

Properties

Link copied to clipboard

The smart account contract address

Link copied to clipboard

The credential ID used for signing (null if only external signers)