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

    Interface SnapRequest

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

    Properties

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