Light Client Block Proof (Experimental)
EXPERIMENTAL_light_client_block_proof request type
This endpoint allows you to get a light client block proof on the NEAR blockchain.
Live Response
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
Request reference
application/jsonThis operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "EXPERIMENTAL_light_client_block_proof",
"params": {
"block_hash": "8fbT7nWhBwsBJjPcwhv2uqzseFJSd5Y4XcqfLAWryBsu",
"light_client_head": "6sddgq8nkENAz4f8qR72qxRPM25QWNBVMrkYr63DgC2E"
}
}Request schema
object
requires jsonrpc, id, method, paramsjsonrpc *string2.0id *stringmethod *stringEXPERIMENTAL_light_client_block_proofparams *objectblock_hash *stringBase58-encoded hash
light_client_head *stringBase58-encoded hash
Response reference
200 application/jsonSuccessful response
Response schema
objectJsonRpcResponse
requires jsonrpc, idjsonrpc *string2.0id *one ofstringnumber
resultobjectblock_header_lite *objectinner_lite *objectA part of a state for the current head of a light client. More info [here](https://nomicon.io/ChainSpec/LightClient).
inner_rest_hash *stringBase58-encoded hash
prev_block_hash *stringBase58-encoded hash
block_proof *arrayitemsobjecterrorobjectcodeintegermessagestringdataobject