chainHead_v1_continue
Parameters:
followSubscription: An opaque string that was returned bychainHead_v1_follow.operationId: An opaque string that was returned bychainHead_v1_storage.
Return value: null
Resumes a storage fetch started with chainHead_v1_storage after it has generated an operationWaitingForContinue event.
Has no effect if the operationId is invalid or refers to an operation that has emitted a {"event": "operationInaccessible"} event, or if the followSubscription is invalid or stale.
Possible errors
- A JSON-RPC error with error code
-32803is generated if thefollowSubscriptionandoperationIdare valid but haven't generated aoperationWaitingForContinueevent. - A JSON-RPC error with error code
-32602is generated if one of the parameters doesn't correspond to the expected type (similarly to a missing parameter or an invalid parameter type).