A cryptographic proof record that validates an endorsement by containing the CID of the endorsement content.
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": "The CID (Content Identifier) of the endorsement content that this proof validates. The endorsement's signatures array references this proof record."
}
}
},
"description": "A cryptographic proof record that validates an endorsement by containing the CID of the endorsement content."
}