signature property

String? signature
getter/setter pair

The content of the signature, an opaque bytestring.

The payload that this signature verifies MUST be unambiguously provided with the Signature during verification. A wrapper message might provide the payload explicitly. Alternatively, a message might have a canonical serialization that can always be unambiguously computed to derive the payload.

Implementation

core.String? signature;