SolanaClient constructor
- String rpcUrl
Constructs a SolanaClient that is capable of sending various RPCs to
rpcUrl
Implementation
SolanaClient(String rpcUrl) {
_client = JsonRpcClient(rpcUrl);
}
Constructs a SolanaClient that is capable of sending various RPCs to
rpcUrl
SolanaClient(String rpcUrl) {
_client = JsonRpcClient(rpcUrl);
}