NotarisationRequestSignature

data class NotarisationRequestSignature(val digitalSignature: DigitalSignature.WithKey, val 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.

Constructors

Link copied to clipboard
constructor(digitalSignature: DigitalSignature.WithKey, platformVersion: Int)

Properties

Link copied to clipboard