Attestation proof for a supporter relationship. When inline, cid and signature are required. When remote, only cid is required.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the proof record. Required for both inline and remote proofs."
},
"key": {
"type": "string",
"description": "Signing key (for inline proofs)."
},
"signature": {
"type": "bytes",
"description": "Signature data (for inline proofs)."
}
}
},
"description": "Attestation proof for a supporter relationship. When inline, cid and signature are required. When remote, only cid is required."
}