corda / net.corda.core.flows / NotarisationResponse

NotarisationResponse

data class NotarisationResponse

Payload returned by the notary service flow to the client.

Constructors

<init>

NotarisationResponse(signatures: List<TransactionSignature>)

Payload returned by the notary service flow to the client.

Properties

signatures

val signatures: List<TransactionSignature>

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.