Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

LeafProof

Git Source

Proves a data block at a known offset in the machine.

struct LeafProof {
bytes32 dataBlock;
bytes32[] siblings;
}

Properties

NameTypeDescription
dataBlockbytes32The 32-byte data block at the known offset
siblingsbytes32[]The bottom-up siblings of the leaf node