CDP Frontend SDK
    Preparing search index...

    Type Alias SignTypedDataRequest

    A request to the eth_signTypedData_v4 method.

    type SignTypedDataRequest = {
        method: "eth_signTypedData_v4";
        params: [EvmAddress, string];
    }
    Index

    Properties

    Properties

    method: "eth_signTypedData_v4"
    params: [EvmAddress, string]