Preparing search index...
The search index is not available
Documentation
Documentation
client/evm/evm.types
GetSmartAccountOptions
Interface GetSmartAccountOptions
Options for getting an EVM smart account.
interface
GetSmartAccountOptions
{
address
:
`
0x
${
string
}
`
;
owner
:
EvmAccount
;
}
Index
Properties
address
owner
Properties
address
address
:
`
0x
${
string
}
`
The address of the account.
owner
owner
:
EvmAccount
The owner of the account.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
owner
Documentation
Loading...
Options for getting an EVM smart account.