InProcess

data class InProcess(val inProcessResult: Try<LedgerTransaction?>) : VerificationResult

Constructors

Link copied to clipboard
constructor(inProcessResult: Try<LedgerTransaction?>)

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

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

Functions

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