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

    Interface SignHashOptions

    Options for signing an EVM hash.

    interface SignHashOptions {
        address: `0x${string}`;
        hash: `0x${string}`;
        idempotencyKey?: string;
    }
    Index

    Properties

    address: `0x${string}`

    The address of the account.

    hash: `0x${string}`

    The hash to sign.

    idempotencyKey?: string

    The idempotency key.