CDP Frontend SDK
    Preparing search index...

    Type Alias SignEvmTransactionOptions

    Request parameters for signing an EVM transaction.

    type SignEvmTransactionOptions = {
        evmAccount: EvmAddress;
        transaction: AllowedEvmTransactionType;
    }
    Index

    Properties

    evmAccount: EvmAddress

    The EVM account to sign the message with.

    The transaction to sign.