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