CDP SDK TypeScript - v1.37.0
    Preparing search index...

    Interface CreateSmartAccountOptions

    Options for creating an EVM smart account.

    interface CreateSmartAccountOptions {
        owner: EvmAccount;
        idempotencyKey?: string;
        name?: string;
        enableSpendPermissions?: boolean;
    }
    Index

    Properties

    owner: EvmAccount

    The owner of the account.

    idempotencyKey?: string

    The idempotency key.

    name?: string

    The name of the account.

    enableSpendPermissions?: boolean

    The flag to enable spend permissions.