Options for creating a Solana account.

interface CreateAccountOptions {
    idempotencyKey?: string;
    name?: string;
}

Properties

idempotencyKey?: string

The idempotency key.

name?: string

The name of the account.