interface IntersectionNotFound {
    error: {
        code: 1000;
        data: {
            tip: TipOrOrigin;
        };
        message: string;
    };
    id?: unknown;
    jsonrpc: "2.0";
    method: "findIntersection";
}

Properties

Properties

error: {
    code: 1000;
    data: {
        tip: TipOrOrigin;
    };
    message: string;
}
id?: unknown
jsonrpc: "2.0"
method: "findIntersection"