Skip to main content
type CreateSolanaAccountOptions = {
  idempotencyKey?: string;
};
Options for creating a Solana account.

Properties

PropertyTypeDescription
idempotencyKey?stringOptional idempotency key for safe retries.