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

interface GetOrCreateSmartAccountOptions {
    name: string;
    owner: EvmAccount;
}

Properties

Properties

name: string

The name of the account.

owner: EvmAccount

The owner of the account.