CDP Frontend SDK
    Preparing search index...

    Type Alias UnknownRequest

    A request to the EIP-1193 provider that we can't strongly type

    type UnknownRequest = {
        method: string;
        params: unknown[];
    }
    Index

    Properties

    Properties

    method: string
    params: unknown[]