Options for signing an EVM hash.

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

Properties

address: `0x${string}`

The address of the account.

hash: `0x${string}`

The hash to sign.

idempotencyKey?: string

The idempotency key.