Options for exporting a Solana account.

interface ExportAccountOptions {
    address?: string;
    idempotencyKey?: string;
    name?: string;
}

Properties

address?: string

The address of the account.

idempotencyKey?: string

The idempotency key.

name?: string

The name of the account.