External

data class External(val externalResult: Try<Unit>) : VerificationResult

Constructors

Link copied to clipboard
constructor(externalResult: Try<Unit>)

Properties

Link copied to clipboard
open override val externalResult: Try<Unit>

The external verifier result for the legacy version of the transaction.

Link copied to clipboard
open override val inProcessResult: Try<LedgerTransaction?>?

The in-process result for the current version of the transcaction.

Functions

Link copied to clipboard
open override fun enforceSuccess(): LedgerTransaction?