ClientWithRpcSubscriptions
Represents a client that provides access to Solana RPC subscriptions.
RPC subscriptions enable real-time notifications from the Solana validator, such as account changes, slot updates, and transaction confirmations.
Example
Type Parameters
| Type Parameter | Description |
|---|---|
TRpcSubscriptionsMethods | The subscription methods available on this client. Use specific method types from @solana/rpc-subscriptions-api for the Solana subscription API. |