net.corda.protocols / AbstractStateReplacementProtocol / Result

Result

data class Result


Properties

error val error: StateReplacementRefused?
sig val sig: WithKey?

Companion Object Functions

noError fun noError(sig: WithKey): Result
withError fun withError(error: StateReplacementRefused): Result