CDP SDK TypeScript - v1.31.0
    Preparing search index...

    Options for exporting a Solana account.

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

    Properties

    address?: string

    The address of the account.

    name?: string

    The name of the account.

    idempotencyKey?: string

    The idempotency key.