CDP Frontend SDK
    Preparing search index...

    Type Alias SignEvmTypedDataOptions

    Request parameters for signing EIP-712 typed data with an EVM account.

    type SignEvmTypedDataOptions = {
        evmAccount: EvmAddress;
        typedData: EIP712TypedData;
    }
    Index

    Properties

    evmAccount: EvmAddress

    The EVM account to sign the typed data with.

    typedData: EIP712TypedData

    The EIP-712 typed data to sign.