Interface JSONRPCBaseResponse
interface JSONRPCBaseResponse {
debug?: {
consoleLog: {
codeContextId?: string;
data: string;
location?: { col: number; filename: string; func: string; line: number };
method: string;
when: string;
}[];
};
id: RequestID;
}
debug?: {
consoleLog: {
codeContextId?: string;
data: string;
location?: { col: number; filename: string; func: string; line: number };
method: string;
when: string;
}[];
};
id: RequestID;
}
Hierarchy (View Summary)
- JSONRPCBaseResponse