SolanaRPC constructor

SolanaRPC(
  1. SolanaJSONRPCService rpc
)

Creates a new instance of the SolanaRPC class with the specified rpc.

Implementation

SolanaRPC(this.rpc);