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

    Interface GetSmartAccountOptions

    Options for getting an EVM smart account.

    interface GetSmartAccountOptions {
        address?: `0x${string}`;
        owner: EvmAccount;
        name?: string;
    }
    Index

    Properties

    Properties

    address?: `0x${string}`

    The address of the account.

    owner: EvmAccount

    The owner of the account.

    name?: string

    The name of the account.