We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833c562 commit 8fd812dCopy full SHA for 8fd812d
chainlink-ccv/v1/aggregator.proto
@@ -74,9 +74,9 @@ message ReceiptBlob {
74
message MessageWithCCVNodeData {
75
bytes message_id = 1;
76
bytes source_verifier_address = 2;
77
- // ccv_data is the signature from the commit verifier node of the message data and the blob data
+ // ccv_data is the signature from the commit verifier node of the message id and the blob data
78
bytes ccv_data = 3;
79
- // blob_data is the verifier's proof/verification of the message data on chain
+ // blob_data is the verifier specific data like the ccv version
80
bytes blob_data = 4;
81
int64 timestamp = 5;
82
Message message = 6;
0 commit comments