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

    Interface UpdateEvmSmartAccountOptions

    Options for updating an EVM smart account.

    interface UpdateEvmSmartAccountOptions {
        address: `0x${string}`;
        update: UpdateEvmSmartAccountBody;
        idempotencyKey?: string;
        owner: EvmAccount;
    }
    Index

    Properties

    address: `0x${string}`

    The address of the account.

    update: UpdateEvmSmartAccountBody

    The updates to apply to the account

    idempotencyKey?: string

    The idempotency key.

    owner: EvmAccount

    The owner of the account.