CDP Frontend SDK
    Preparing search index...

    Type Alias SignEvmTypedDataResult

    Result of signEvmTypedData.

    type SignEvmTypedDataResult = {
        signature: Hex;
    }
    Index

    Properties

    Properties

    signature: Hex

    The signature.