slotsUpdatesSubscribe
Subscribe to receive a notification anytime a new block is Confirmed or Finalized.
This method will use 20
Compute Units.
Parameters
None.
Returns
result
integer The subscription id (needed to unsubscribe).
slotsUpdatesNotification
object. The notification object with the following fields:
parent
integer The parent slot.slot
integer The newly updated slot.timestamp
integer The Unix timestamp of the update.type
string The update type, which may be one of the following: 'firstShredReceived', 'completed', 'createdBank', 'frozen', 'dead', 'optimisticConfirmation' or 'root'.
Last updated
Was this helpful?