v2
updates
⭐ New Updates
- Uses RPC V2 (
rpc.v2.service.proto
) - new param
finalBlocksOnly
(replacesforkSteps
)
emitters
output: (output: MapModuleOutput, clock: Clock) => void;
debugStoreOutputs: (output: StoreModuleOutput[], clock: Clock) => void;
debugMapOutputs: (output: MapModuleOutput[], clock: Clock) => void;
finalBlockHeight: (block_height: bigint, clock: Clock) => void;
❌ Deprecated
- Substreams RPC V1 removed
emitters
mapOutput: (output: MapModuleOutput, clock: Clock) => void;
debugStoreDeltas: (output: StoreDelta, clock: Clock) => void;