We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83e561 commit f3bc852Copy full SHA for f3bc852
README.md
@@ -599,9 +599,9 @@ class CustomTransport
599
# Sends a JSON-RPC request to the server and returns the raw response
600
#
601
# @param request [Hash] A complete JSON-RPC request object.
602
- # https://www.jsonrpc.org/specification#request_object
603
- # @return [Hash] A hash modeling a JSON-RPC response object:
604
- # https://www.jsonrpc.org/specification#response_object
+ # https://www.jsonrpc.org/specification#request_object
+ # @return [Hash] A hash modeling a JSON-RPC response object.
+ # https://www.jsonrpc.org/specification#response_object
605
def send_request(request:)
606
# Your transport-specific logic here
607
# - HTTP: POST to endpoint with JSON body
0 commit comments