Skip to main content
POST
/
EXPERIMENTAL_light_client_proof
Light Client Proof
curl --request POST \
  --url https://rpc.mainnet.near.org/EXPERIMENTAL_light_client_proof \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "jsonrpc": "<string>",
  "method": "EXPERIMENTAL_light_client_proof",
  "params": {
    "sender_id": "<string>",
    "transaction_hash": "<string>",
    "type": "transaction",
    "light_client_head": "<string>"
  }
}
'
{
  "result": {
    "block_header_lite": {
      "inner_lite": {
        "block_merkle_root": "<string>",
        "epoch_id": "<string>",
        "height": 1,
        "next_bp_hash": "<string>",
        "next_epoch_id": "<string>",
        "outcome_root": "<string>",
        "prev_state_root": "<string>",
        "timestamp": 1,
        "timestamp_nanosec": "<string>"
      },
      "inner_rest_hash": "<string>",
      "prev_block_hash": "<string>"
    },
    "block_proof": [
      {
        "direction": "Left",
        "hash": "<string>"
      }
    ],
    "outcome_proof": {
      "block_hash": "<string>",
      "id": "<string>",
      "outcome": {
        "executor_id": "<string>",
        "gas_burnt": 1,
        "logs": [
          "<string>"
        ],
        "receipt_ids": [
          "<string>"
        ],
        "status": "Unknown",
        "tokens_burnt": "<string>",
        "metadata": {
          "version": 1
        }
      },
      "proof": [
        {
          "direction": "Left",
          "hash": "<string>"
        }
      ]
    },
    "outcome_root_proof": [
      {
        "direction": "Left",
        "hash": "<string>"
      }
    ]
  },
  "id": "<string>",
  "jsonrpc": "<string>"
}

Body

application/json
id
string
required
jsonrpc
string
required
method
enum<string>
required
Available options:
EXPERIMENTAL_light_client_proof
params
RpcLightClientExecutionProofRequest · object
required

Response

200 - application/json
result
object
required
id
string
required
jsonrpc
string
required