Lite Server

Get raw block proof

get/v2/liteserver/get_block_proof

Query parameters

known_blockstring required
Example:(-1,8000000000000000,4234234,3E575DAB1D25...90D8,47192E5C46C...BB29)

known block: (workchain,shard,seqno,root_hash,file_hash)

target_blockstring
Example:(-1,8000000000000000,4234234,3E575DAB1D25...90D8,47192E5C46C...BB29)

target block: (workchain,shard,seqno,root_hash,file_hash)

modeinteger required

mode

Response

raw block proof

completeboolean required

Example response

{
  "complete": true,
  "from": {
    "file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB",
    "root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
    "seqno": 30699640,
    "shard": "800000000000000",
    "workchain": 4294967295
  },
  "steps": [
    {
      "lite_server_block_link_back": {
        "dest_proof": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
        "from": {
          "file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB",
          "root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
          "seqno": 30699640,
          "shard": "800000000000000",
          "workchain": 4294967295
        },
        "proof": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
        "state_proof": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
        "to": {
          "file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB",
          "root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
          "seqno": 30699640,
          "shard": "800000000000000",
          "workchain": 4294967295
        }
      },
      "lite_server_block_link_forward": {
        "config_proof": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
        "dest_proof": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
        "from": {
          "file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB",
          "root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
          "seqno": 30699640,
          "shard": "800000000000000",
          "workchain": 4294967295
        },
        "signatures": {
          "signatures": [
            {
              "node_id_short": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
              "signature": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85"
            }
          ]
        },
        "to": {
          "file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB",
          "root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
          "seqno": 30699640,
          "shard": "800000000000000",
          "workchain": 4294967295
        }
      }
    }
  ],
  "to": {
    "file_hash": "A6A0BD6608672B11B79538A50B2204E748305C12AA0DED9C16CF0006CE3AF8DB",
    "root_hash": "131D0C65055F04E9C19D687B51BC70F952FD9CA6F02C2801D3B89964A779DF85",
    "seqno": 30699640,
    "shard": "800000000000000",
    "workchain": 4294967295
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.