LeafProof
Proves a data block at a known offset in the machine.
struct LeafProof {
bytes32 dataBlock;
bytes32[] siblings;
}
Properties
| Name | Type | Description |
|---|---|---|
dataBlock | bytes32 | The 32-byte data block at the known offset |
siblings | bytes32[] | The bottom-up siblings of the leaf node |