Skip to content

LightBlockHeaderProof

LightBlockHeaderProof: object

Proof of membership and position of a light block header.

Type declaration

index

index: number

The index of the light block header in the vector commitment tree

proof

proof: string

The encoded proof.

treedepth

treedepth: number

Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.

Defined in

types.gen.ts:690