createSolanaRpcSubscriptionsApi_UNSTABLE

function createSolanaRpcSubscriptionsApi_UNSTABLE(
    config?,
): RpcSubscriptionsApi<
    AccountNotificationsApi &
        LogsNotificationsApi &
        ProgramNotificationsApi &
        RootNotificationsApi &
        SignatureNotificationsApi &
        SlotNotificationsApi &
        BlockNotificationsApi &
        SlotsUpdatesNotificationsApi &
        VoteNotificationsApi
>;

Parameters

ParameterType
config?Readonly<{ defaultCommitment?: Commitment; onIntegerOverflow?: IntegerOverflowHandler; }>

Returns

RpcSubscriptionsApi<AccountNotificationsApi & LogsNotificationsApi & ProgramNotificationsApi & RootNotificationsApi & SignatureNotificationsApi & SlotNotificationsApi & BlockNotificationsApi & SlotsUpdatesNotificationsApi & VoteNotificationsApi>

On this page