Options for creating an EVM smart account.

interface CreateSmartAccountOptions {
    idempotencyKey?: string;
    owner: EvmAccount;
}

Properties

idempotencyKey?: string

The idempotency key.

owner: EvmAccount

The owner of the account.