Options for getting an EVM smart account.

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

Properties

Properties

address: `0x${string}`

The address of the account.

owner: EvmAccount

The owner of the account.