interface IntersectionInterleaved {
    error: {
        code: 1001;
        message: string;
    };
    id?: unknown;
    jsonrpc: "2.0";
    method: "findIntersection";
}

Properties

Properties

error: {
    code: 1001;
    message: string;
}
id?: unknown
jsonrpc: "2.0"
method: "findIntersection"