JSONRPCSuccesfulResponse | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface JSONRPCSuccesfulResponse

    interface JSONRPCSuccesfulResponse {
        debug?: {
            consoleLog: {
                codeContextId?: string;
                data: string;
                location?: { col: number; filename: string; func: string; line: number };
                method: string;
                when: string;
            }[];
        };
        error: null;
        id: RequestID;
        result: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    debug?: {
        consoleLog: {
            codeContextId?: string;
            data: string;
            location?: { col: number; filename: string; func: string; line: number };
            method: string;
            when: string;
        }[];
    }
    error: null
    result: unknown