Functions
createSolanaRpcSubscriptionsApi_UNSTABLE
createSolanaRpcSubscriptionsApi_UNSTABLE(
config?
):RpcSubscriptionsApi
<AccountNotificationsApi
&LogsNotificationsApi
&ProgramNotificationsApi
&RootNotificationsApi
&SignatureNotificationsApi
&SlotNotificationsApi
&BlockNotificationsApi
&SlotsUpdatesNotificationsApi
&VoteNotificationsApi
>
Parameters
Parameter | Type |
---|---|
config? | Readonly <{ defaultCommitment? : Commitment ; onIntegerOverflow? : IntegerOverflowHandler ; }> |
Returns
RpcSubscriptionsApi
<AccountNotificationsApi
& LogsNotificationsApi
& ProgramNotificationsApi
& RootNotificationsApi
& SignatureNotificationsApi
& SlotNotificationsApi
& BlockNotificationsApi
& SlotsUpdatesNotificationsApi
& VoteNotificationsApi
>