Import
Usage
Limitations
The message is hashed with viem’shashMessage before Para signs it. This v1 account does not implement raw-hash sign or EIP-7702 signAuthorization.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 through a Para EVM wallet.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { createParaAccount } from '@getpara/viem-v1-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded EVM wallet.
const account = createParaAccount(para);
const signature = await account.signMessage({ message: 'Hello from Para' });
hashMessage before Para signs it. This v1 account does not implement raw-hash sign or EIP-7702 signAuthorization.