Preparing search index...
The search index is not available
Documentation
Documentation
client/solana/solana.types
GetAccountOptions
Interface GetAccountOptions
Options for getting a Solana account.
interface
GetAccountOptions
{
address
?:
string
;
name
?:
string
;
}
Index
Properties
address?
name?
Properties
Optional
address
address
?:
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 a Solana account.