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

    Interface ExportServerAccountOptions

    Options for exporting an EVM server account.

    interface ExportServerAccountOptions {
        address?: `0x${string}`;
        name?: string;
        idempotencyKey?: string;
    }
    Index

    Properties

    address?: `0x${string}`

    The address of the account.

    name?: string

    The name of the account.

    idempotencyKey?: string

    The idempotency key.