• Preparing search index...
  • The search index is not available
Solana JavaScript SDK
  • Solana JavaScript SDK
  • @solana/web3.js
  • createSolanaRpcSubscriptionsApi_UNSTABLE

Function createSolanaRpcSubscriptionsApi_UNSTABLE

  • createSolanaRpcSubscriptionsApi_UNSTABLE(
        config?: Readonly<
            {
                defaultCommitment?: Commitment;
                onIntegerOverflow?: IntegerOverflowHandler;
            },
        >,
    ): RpcSubscriptionsApi<
        AccountNotificationsApi & LogsNotificationsApi & ProgramNotificationsApi & RootNotificationsApi & SignatureNotificationsApi & SlotNotificationsApi & BlockNotificationsApi & SlotsUpdatesNotificationsApi & VoteNotificationsApi,
    >
  • Parameters

    • Optionalconfig: Readonly<
          {
              defaultCommitment?: Commitment;
              onIntegerOverflow?: IntegerOverflowHandler;
          },
      >

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

    • Defined in packages/rpc-subscriptions-api/dist/types/index.d.ts:17

Settings

Member Visibility
Solana JavaScript SDK
  • Loading...

Generated using TypeDoc