Light Client Execution Proof (Experimental)
EXPERIMENTAL_light_client_proof request type
This endpoint allows you to get a light client execution 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_proof",
"params": {
"light_client_head": "6sddgq8nkENAz4f8qR72qxRPM25QWNBVMrkYr63DgC2E",
"sender_id": "intents.near",
"transaction_hash": "4EQZ5qoEJUbz8SRNkNwrAPtsn2VFhg9Ci1weaNNpiuR7",
"type": "transaction"
}
}Request schema
object
requires jsonrpc, id, method, paramsjsonrpc *string2.0id *stringmethod *stringEXPERIMENTAL_light_client_proofparams *objectlight_client_head *stringBase58-encoded hash
sender_idstringNEAR account ID
transaction_hashstringBase58-encoded hash
typestringtransactionResponse 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 *arrayitemsobjectoutcome_proof *objectblock_hash *stringBase58-encoded hash
id *stringBase58-encoded hash
outcome *objectproof *arrayitemsobjectoutcome_root_proof *arrayitemsobjecterrorobjectcodeintegermessagestringdataobject