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

    Interface CreateSmartAccountOptions

    Options for creating an EVM smart account.

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

    Properties

    owner: EvmAccount

    The owner of the account.

    idempotencyKey?: string

    The idempotency key.

    name?: string

    The name of the account.

    __experimental_enableSpendPermission?: boolean

    Experimental! This method name will change, and is subject to other breaking changes.

    The flag to enable spend permission.