com.r3corda.protocols / NotaryProtocol / Result

Result

data class Result


Properties

error val error: NotaryError?
sig val sig: LegallyIdentifiable?

Companion Object Functions

noError fun noError(sig: LegallyIdentifiable): Result
withError fun withError(error: NotaryError): Result