Response: {
    error?: yerpc.Error;
    id: yerpc.Id | null;
    jsonrpc: "2.0";
    result?: yerpc.JSONValue;
}

Response object.

Type declaration

  • Optional error?: yerpc.Error

    Error occured during the method invocation.

  • id: yerpc.Id | null

    Request identifier.

  • jsonrpc: "2.0"

    JSON-RPC protocol version.

  • Optional result?: yerpc.JSONValue

    Return value of the method.

Generated using TypeDoc