signatures property
One or more signatures over serialized_payload
.
Verifier implementations should consider this attestation message verified
if at least one signature
verifies serialized_payload
. See Signature
in common.proto for more details on signature structure and verification.
Implementation
core.List<Signature>? signatures;