CDP SDK TypeScript - v1.37.0
Preparing search index...
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
CDP SDK TypeScript - v1.37.0
Loading...
Options for getting a Solana account.