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

    Interface UpdateEvmAccountOptions

    Options for creating an EVM server account.

    interface UpdateEvmAccountOptions {
        address: `0x${string}`;
        update: UpdateEvmAccountBody;
        idempotencyKey?: string;
    }
    Index

    Properties

    address: `0x${string}`

    The address of the account.

    update: UpdateEvmAccountBody

    The updates to apply to the account

    idempotencyKey?: string

    The idempotency key.