Expand description
Proof of the contents of a blob uploaded to the blober program.
Structs§
- Blob
Proof - A proof that a specific blob has been uploaded to the blober program. The proof consists of two
parts: The digest of the blob, and the order in which its chunks arrived. The digest is computed
incrementally by hashing the current hash (starting from the default hash) with the chunk index
and data, see
compute_blob_digest
for the exact implementation.
Enums§
- Blob
Proof Error - Failures that can occur when verifying a
BlobProof
.