GetExecutionResultForBlockID Access API Method
Parameters
BlockId
string
REQUIRED
The ID of the block for which the execution result is retrieved
Returns
execution_result
object
An object representing the execution result, containing the following properties:
previous_result_id
string
The ID of the previous execution result
block_id
string
The ID of the block associated with the execution result
chunks
array
A list of chunks containing the execution result data. Each chunk has the following properties:
start_state
string
The starting state of the chunk
event_collection
string
The collection of events associated with the chunk
block_id
string
The ID of the block associated with the chunk
number_of_transactions
integer
The number of transactions in the chunk
end_state
string
The ending state of the chunk
execution_data_id
string
The ID of the execution data
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free