SolanaClient
Type Parameters
Type Parameter | Default type |
---|---|
TClusterUrl extends ModifiedClusterUrl | string | string |
Properties
rpc
Used to make RPC calls to your RPC provider
rpcSubscriptions
Used to make RPC websocket calls to your RPC provider
sendAndConfirmTransaction
Send and confirm a transaction to the network (including signing with available Signers).
If the transaction
does not already have a latest blockhash (and is not already signed), it will be automatically retrieved and applied.
Default commitment level: confirmed
simulateTransaction
Simulate a transaction on the network