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