ClientWithRpc
Represents a client that provides access to a Solana RPC endpoint.
The RPC interface allows making JSON-RPC calls to a Solana validator, such as fetching account data, sending transactions, and querying blockchain state.
Example
Type Parameters
| Type Parameter | Description |
|---|---|
TRpcMethods | The RPC methods available on this client. Use specific method types from @solana/rpc-api for the Solana JSON-RPC API. |