metamask-testing-tools - v2.2.6
    Preparing search index...

    Interface SnapRequest

    interface SnapRequest {
        id?: string | number;
        jsonrpc?: "2.0";
        method: string;
        params?: unknown[] | Record<string, unknown>;
    }
    Index

    Properties

    id?: string | number
    jsonrpc?: "2.0"
    method: string
    params?: unknown[] | Record<string, unknown>