Import
Usage
Limitations
Whenaddress is supplied, the factory resolves that address. Without an address or wallet ID, the factory selects the first available EVM wallet.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Options for selecting the Para EVM wallet behind a viem v2 account.
import type { Para as ParaServer } from '@getpara/server-sdk';
import type { CreateParaViemAccountOptions } from '@getpara/viem-v2-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded EVM wallet.
const options: CreateParaViemAccountOptions = {
para,
walletId: 'wallet-id',
};
address is supplied, the factory resolves that address. Without an address or wallet ID, the factory selects the first available EVM wallet.