Import
Usage
Limitations
The class selects an EVM wallet during construction.getBalance, sendTransaction, and other base Signer behavior are inherited from ethers v5 and require the appropriate provider context.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An ethers v5 Signer that uses a Para EVM wallet for signing.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { ParaEthersV5Signer } from '@getpara/ethers-v5-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded EVM wallet.
const signer = new ParaEthersV5Signer(para);
getBalance, sendTransaction, and other base Signer behavior are inherited from ethers v5 and require the appropriate provider context.