Get shards information.
// Request
url -X 'GET' \
'https://ton.blockpi.network/v1/rpc/your-rpc-key/shards?seqno=39984096' \
-H 'accept: application/json'
// Result
{
"ok": true,
"result": {
"@type": "blocks.shards",
"shards": [
{
"@type": "ton.blockIdExt",
"workchain": 0,
"shard": "576460752303423488",
"seqno": 45341164,
"root_hash": "a9vIIZYJ2zU1Oh4FoHGOIFoF5sGvEYAhkdi5caufNe4=",
"file_hash": "+CR1VSKFom+qSVhxBB3pkJydYAZOqEVORr358xscEq8="
},
......