NotarisationPayload

data class NotarisationPayload(val transaction: Any, val requestSignature: NotarisationRequestSignature)

Container for the transaction and notarisation request signature. This is the payload that gets sent by a client to a notary service for committing the input states of the transaction.

Constructors

Link copied to clipboard
constructor(transaction: Any, requestSignature: NotarisationRequestSignature)

Properties

Link copied to clipboard

A helper for automatically casting the underlying transaction payload to a CoreTransaction. Should only be used by non-validating notaries.

Link copied to clipboard

A helper for automatically casting the underlying transaction payload to a SignedTransaction. Should only be used by validating notaries.

Link copied to clipboard