Constructs a new instance of the JSONRPCLib class.
The endpoint URL to send JSON-RPC requests to.
Options for configuring the JSON-RPC client's behavior.
The underlying JSON-RPC client used to manage requests and responses.
The endpoint URL to which JSON-RPC requests will be sent.
Options for configuring the JSON-RPC client's behavior.
Builds and configures the JSON-RPC client instance for making requests.
Sends a JSON-RPC request to the specified method with the provided parameters.
The JSON-RPC method to call.
The parameters to include in the JSON-RPC request.
Generated using TypeDoc
Represents a client for making JSON-RPC requests to a specified endpoint. This class handles sending JSON-RPC requests over HTTP and receiving responses.