Interface JsonRpcErrorResponseExperimental

interface JsonRpcErrorResponse {
    error: JsonRpcErrorObject;
    id: null | string | number;
    jsonrpc: "2.0";
}

Properties

Properties

id: null | string | number
jsonrpc