Comment on page
Firecache
Dataset firecache definition
enabled
Set to
true
to enable this dataset for Firecache.trigger
The trigger event type for when to update the Firecache. Valid values are
block_number
block_slot
.time_column
The dataset column that represents time. For example
timestamp
for the eth.blocks table or block_timestamp
for the eth.transactions table.firecache:
enabled: true
trigger: block_number
time_column: block_timestamp
Last modified 4mo ago