Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/rpc-subscriptions-api
SlotNotificationsApi
Type Alias SlotNotificationsApi
SlotNotificationsApi
:
{
slotNotifications
(
NO_CONFIG
?:
Record
<
string
,
never
>
,
)
:
Readonly
<
{
parent
:
Slot
;
root
:
Slot
;
slot
:
Slot
}
>
;
}
Type declaration
slotNotifications
:
function
slotNotifications
(
NO_CONFIG
?:
Record
<
string
,
never
>
,
)
:
Readonly
<
{
parent
:
Slot
;
root
:
Slot
;
slot
:
Slot
}
>
Subscribe to receive notification anytime a slot is processed by the validator
Parameters
Optional
NO_CONFIG
:
Record
<
string
,
never
>
Returns
Readonly
<
{
parent
:
Slot
;
root
:
Slot
;
slot
:
Slot
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Subscribe to receive notification anytime a slot is processed by the validator