SlotNotificationsApi: {
    slotNotifications(
        NO_CONFIG?: Record<string, never>,
    ): Readonly<{ parent: Slot; root: Slot; slot: Slot }>;
}

Type declaration

  • slotNotifications:function
    • Subscribe to receive notification anytime a slot is processed by the validator

      Parameters

      • OptionalNO_CONFIG: Record<string, never>

      Returns Readonly<{ parent: Slot; root: Slot; slot: Slot }>