Pocket Network · Arazzo Workflow
Pocket Network CometBFT Node Block Inspect
Version 1.0.0
Read node status for the latest height, fetch that block, then its ABCI results.
View Spec
View on GitHub
Web3BlockchainRPCDecentralized InfrastructurePocket NetworkGrovePATHShannonCosmosPOKTArazzoWorkflows
Provider
Workflows
cometbft-node-block-inspect
Resolve the node's latest height, then read the block and its results.
Reads node status to learn the latest synced height, fetches the block at that height, and reads the ABCI execution results for that block.
1
getStatus
getCometbftStatus
Read node status and extract the latest block height the node has synced.
2
getBlock
getCometbftBlock
Fetch the CometBFT block at the latest synced height.
3
getBlockResults
getCometbftBlockResults
Fetch the ABCI execution results (events, gas, tx_results) for the same block height.