LightBlockHeaderProof
LightBlockHeaderProof =
object
Defined in: packages/algod_client/src/models/light-block-header-proof.ts:7
Proof of membership and position of a light block header.
Properties
Section titled “Properties”index:
number
Defined in: packages/algod_client/src/models/light-block-header-proof.ts:11
The index of the light block header in the vector commitment tree
proof:
Uint8Array
Defined in: packages/algod_client/src/models/light-block-header-proof.ts:21
The encoded proof.
treedepth
Section titled “treedepth”treedepth:
number
Defined in: packages/algod_client/src/models/light-block-header-proof.ts:16
Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.