VerificationResult

Types

Link copied to clipboard
data class External(val externalResult: Try<Unit>) : VerificationResult
Link copied to clipboard
data class InProcess(val inProcessResult: Try<LedgerTransaction?>) : VerificationResult
Link copied to clipboard
data class InProcessAndExternal(val inProcessResult: Try<LedgerTransaction>, val externalResult: Try<Unit>) : VerificationResult

Properties

Link copied to clipboard
abstract 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