Learn R Programming

aisdk (version 1.1.0)

jsonrpc_response: Create a JSON-RPC 2.0 success response object

Description

Create a JSON-RPC 2.0 success response object

Usage

jsonrpc_response(result, id)

Value

A list representing the JSON-RPC response

Arguments

result

The result value

id

The request ID this is responding to