The getShardBlockProof
method retrieves the proof of a specific shard block in the TON blockchain. This method is crucial for verifying the authenticity and inclusion of shard blocks within the overall TON blockchain structure.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
TON pricing is the same for full, archive, v2, v3
There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
workchain
(integer, required) — The ID of the workchain. Example: -1
for the masterchain.shard
(integer, required) — The ID of the shard. Example: -9223372036854775808
for the masterchain.seqno
(integer, required) — The sequence number of the block. Example: 39064874
.masterchain_block_root_hash
(string) — The root hash of the masterchain block that includes this shard block.masterchain_block_seq_no
(integer) — The sequence number of the masterchain block.links
(array of objects) — An array of link objects, each containing:
from
(string) — The source block hash.to
(string) — The destination block hash.dest_proof
(string) — The proof of the destination block.proof
(string) — The proof of the link.block_header
(string) — The header of the shard block.A possible use case for the getShardBlockProof
method in TON is for applications or services that need to verify the authenticity and inclusion of shard blocks within the TON blockchain. This method can be used to:
The workchain ID
The shard ID
The sequence number of the block
Proof of the specified shard block
The response is of type object
.
The getShardBlockProof
method retrieves the proof of a specific shard block in the TON blockchain. This method is crucial for verifying the authenticity and inclusion of shard blocks within the overall TON blockchain structure.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
TON pricing is the same for full, archive, v2, v3
There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
workchain
(integer, required) — The ID of the workchain. Example: -1
for the masterchain.shard
(integer, required) — The ID of the shard. Example: -9223372036854775808
for the masterchain.seqno
(integer, required) — The sequence number of the block. Example: 39064874
.masterchain_block_root_hash
(string) — The root hash of the masterchain block that includes this shard block.masterchain_block_seq_no
(integer) — The sequence number of the masterchain block.links
(array of objects) — An array of link objects, each containing:
from
(string) — The source block hash.to
(string) — The destination block hash.dest_proof
(string) — The proof of the destination block.proof
(string) — The proof of the link.block_header
(string) — The header of the shard block.A possible use case for the getShardBlockProof
method in TON is for applications or services that need to verify the authenticity and inclusion of shard blocks within the TON blockchain. This method can be used to:
The workchain ID
The shard ID
The sequence number of the block
Proof of the specified shard block
The response is of type object
.