Preparing search index...
The search index is not available
Documentation
Documentation
client/evm/evm.types
CreateSmartAccountOptions
Interface CreateSmartAccountOptions
Options for creating an EVM smart account.
interface
CreateSmartAccountOptions
{
idempotencyKey
?:
string
;
owner
:
EvmAccount
;
}
Index
Properties
idempotency
Key?
owner
Properties
Optional
idempotency
Key
idempotencyKey
?:
string
The idempotency key.
owner
owner
:
EvmAccount
The owner of the account.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
idempotency
Key
owner
Documentation
Loading...
Options for creating an EVM smart account.