Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/rpc-subscriptions-api
createSolanaRpcSubscriptionsApi_UNSTABLE
Function createSolanaRpcSubscriptionsApi_UNSTABLE
createSolanaRpcSubscriptionsApi_UNSTABLE
(
config
?:
Readonly
<
{
defaultCommitment
?:
Commitment
;
onIntegerOverflow
?:
IntegerOverflowHandler
;
}
,
>
,
)
:
RpcSubscriptionsApi
<
AccountNotificationsApi
&
LogsNotificationsApi
&
ProgramNotificationsApi
&
RootNotificationsApi
&
SignatureNotificationsApi
&
SlotNotificationsApi
&
BlockNotificationsApi
&
SlotsUpdatesNotificationsApi
&
VoteNotificationsApi
,
>
Parameters
Optional
config
:
Readonly
<
{
defaultCommitment
?:
Commitment
;
onIntegerOverflow
?:
IntegerOverflowHandler
;
}
,
>
Returns
RpcSubscriptionsApi
<
AccountNotificationsApi
&
LogsNotificationsApi
&
ProgramNotificationsApi
&
RootNotificationsApi
&
SignatureNotificationsApi
&
SlotNotificationsApi
&
BlockNotificationsApi
&
SlotsUpdatesNotificationsApi
&
VoteNotificationsApi
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...