Gets a proof for a given light block header inside a state proof commitment
  GET /v2/blocks/{round}/lightheader/proof     
 GET
 /v2/blocks/{round}/lightheader/proof
 Authorizations
Parameters
Path Parameters
 round 
 required
   integer
The round to which the light block header belongs.
Responses
200
Proof of a light block header.
Proof of membership and position of a light block header.
object
 index 
 required
   The index of the light block header in the vector commitment tree
integer
  proof 
 required
   The encoded proof.
string  format: byte  
  treedepth 
 required
   Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.
integer
 401
Invalid API Token
An error response with optional data field.
object
 data    
 object
 message 
 required
   string
 404
Could not create proof since some data is missing
An error response with optional data field.
object
 data    
 object
 message 
 required
   string
 408
Timed out on request
An error response with optional data field.
object
 data    
 object
 message 
 required
   string
 500
Internal Error
An error response with optional data field.
object
 data    
 object
 message 
 required
   string
 503
Service Temporarily Unavailable
An error response with optional data field.
object
 data    
 object
 message 
 required
   string
 default
Unknown Error