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

    Interface GetOrCreateSmartAccountOptions

    Options for getting an EVM account, or creating one if it doesn't exist.

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

    Properties

    name: string

    The name of the account.

    owner: EvmAccount

    The owner 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.