JSONRPCResponse
data class JSONRPCResponse(val id: RequestId, val result: RequestResult = EmptyResult()) : JSONRPCMessage(source)
A successful (non-error) response to a request.
Sent in response to a JSONRPCRequest when the method execution succeeds. The id must match the id of the original request.