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