$LightBlockHeaderProof
const$LightBlockHeaderProof:object
Type declaration
description
readonlydescription:"Proof of membership and position of a light block header."='Proof of membership and position of a light block header.'
properties
readonlyproperties:object
properties.index
readonlyproperties.index:object
properties.index.description
readonlyproperties.index.description:"The index of the light block header in the vector commitment tree"='The index of the light block header in the vector commitment tree'
properties.index.type
readonlyproperties.index.type:"integer"='integer'
properties.proof
readonlyproperties.proof:object
properties.proof.description
readonlyproperties.proof.description:"The encoded proof."='The encoded proof.'
properties.proof.format
readonlyproperties.proof.format:"byte"='byte'
properties.proof.pattern
readonlyproperties.proof.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.proof.type
readonlyproperties.proof.type:"string"='string'
properties.treedepth
readonlyproperties.treedepth:object
properties.treedepth.description
readonlyproperties.treedepth.description:"Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root."='Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.'
properties.treedepth.type
readonlyproperties.treedepth.type:"integer"='integer'
required
readonlyrequired: readonly ["index","proof","treedepth"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:975