You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using liteserver.getBlock to get Block data, the I load Cell from BlockExtra, after some steps I get transactions. But the transactions count is not right. Such as seqNo: 39789259 in MasterChain. The count of transactions I got is 2, which is not equal with 3. https://tonscan.org/block/-1:8000000000000000:39789259
I want to get all the unpruned transactions data via blockExtra
use liteserver.getBlock to get type Block
get BlockExtra fromBlock
get ShardAccountBlocks from BlockExtra
Load cell from ShardAccountBlocks to get AccountBlock
Load cell from ShardAccountBlocks to get Transaction
The text was updated successfully, but these errors were encountered:
Using liteserver.getBlock to get Block data, the I load Cell from BlockExtra, after some steps I get transactions. But the transactions count is not right. Such as seqNo: 39789259 in MasterChain. The count of transactions I got is 2, which is not equal with 3. https://tonscan.org/block/-1:8000000000000000:39789259
I want to get all the unpruned transactions data via blockExtra
Block
BlockExtra
fromBlock
ShardAccountBlocks
fromBlockExtra
ShardAccountBlocks
to getAccountBlock
ShardAccountBlocks
to getTransaction
The text was updated successfully, but these errors were encountered: