NotarisationResponse

data class NotarisationResponse(val signatures: List<TransactionSignature>)

Payload returned by the notary service flow to the client.

Constructors

Link copied to clipboard
constructor(signatures: List<TransactionSignature>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Checks that there are sufficient signatures to satisfy the notary signing requirement and validates the signatures against the given transaction id.