Options for getting an EVM smart account.

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

Properties

Properties

address?: `0x${string}`

The address of the account.

name?: string

The name of the account.

owner: EvmAccount

The owner of the account.