The round for which a state proof is desired.
Represents a state proof and its corresponding message
GET /v2/stateproofs/{round} HTTP/1.1 Host: algo.nownodes.io X-Algo-API-Token: YOUR_API_KEY Accept: */*
StateProofResponse wraps the StateProof type in a response.
{ "Message": { "BlockHeadersCommitment": "Ynl0ZXM=", "FirstAttestedRound": 1, "LastAttestedRound": 1, "LnProvenWeight": 1, "VotersCommitment": "Ynl0ZXM=" }, "StateProof": "Ynl0ZXM=" }