CDP Frontend SDK
    Preparing search index...

    Type Alias SendUserOperationOptions

    Request parameters for sending a user operation.

    type SendUserOperationOptions = {
        evmSmartAccount: EvmAddress;
        network: SendEvmTransactionWithEndUserAccountBodyNetwork;
        calls: EvmCall[];
        useCdpPaymaster?: boolean;
        paymasterUrl?: string;
    }
    Index

    Properties

    evmSmartAccount: EvmAddress

    The EVM Smart Account to send the user operation with.

    The network to send the user operation on.

    calls: EvmCall[]

    The calls to make from the user operation.

    useCdpPaymaster?: boolean

    Whether to use the CDP Paymaster for the user operation.

    paymasterUrl?: string

    The URL of the paymaster to use for the user operation. Get your free Base paymaster URL from the CDP Portal.