Preparing search index...
The search index is not available
Documentation
Documentation
client/solana/solana.types
CreateAccountOptions
Interface CreateAccountOptions
Options for creating a Solana account.
interface
CreateAccountOptions
{
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 a Solana account.