Import
Usage
Limitations
The signer hashes the message with ethers.messageSigningTimeoutMs is forwarded to Para for this method.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Signs an EIP-191 message with the selected Para wallet.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { ParaEthersSigner } from '@getpara/ethers-v6-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded EVM wallet.
const signer = new ParaEthersSigner(para);
const signature = await signer.signMessage('Hello from Para');
messageSigningTimeoutMs is forwarded to Para for this method.