Ethers v5
ParaEthersV5Signer.getAddress
Returns the EVM address of the selected Para wallet.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the EVM address of the selected Para wallet.
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);
const address = await signer.getAddress();