Get a state proof that covers a given round
GET /v2/stateproofs/{round}
Authorizations
Parameters
Path Parameters
The round for which a state proof is desired.
Responses
200
StateProofResponse wraps the StateProof type in a response.
Represents a state proof and its corresponding message
object
Represents the message that the state proofs are attesting to.
object
The vector commitment root on all light block headers within a state proof interval.
The first round the message attests to.
The last round the message attests to.
An integer value representing the natural log of the proven weight with 16 bits of precision. This value would be used to verify the next state proof.
The vector commitment root of the top N accounts to sign the next StateProof.
The encoded StateProof for the message.
401
Invalid API Token
An error response with optional data field.
object
object
404
Could not find a state proof that covers a given round
An error response with optional data field.
object
object
408
Timed out on request
An error response with optional data field.
object
object
500
Internal Error
An error response with optional data field.
object
object
503
Service Temporarily Unavailable
An error response with optional data field.
object
object
default
Unknown Error