corda / net.corda.core.flows / NotarisationRequestSignature / <init>

<init>

NotarisationRequestSignature(digitalSignature: WithKey, platformVersion: Int)

A wrapper around a digital signature used for notarisation requests.

The platformVersion is required so the notary can verify the signature against the right version of serialized bytes of the NotarisationRequest. Otherwise, the request may be rejected.