CDP SDK TypeScript - v1.37.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;
        enableSpendPermissions?: boolean;
    }
    Index

    Properties

    name: string

    The name of the account.

    owner: EvmAccount

    The owner of the account.

    enableSpendPermissions?: boolean

    The flag to enable spend permissions.