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

    Interface SignMessageOptions

    Options for signing an EVM message.

    interface SignMessageOptions {
        address: `0x${string}`;
        message: string;
        idempotencyKey?: string;
    }
    Index

    Properties

    address: `0x${string}`

    The address of the account.

    message: string

    The message to sign.

    idempotencyKey?: string

    The idempotency key.