Import
Usage
Limitations
A factory may refineaddress or add required chain configuration. When a factory accepts both address and walletId, its own resolution behavior determines which value is used.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Shared wallet-selection options used by Para signer factories.
import type { CreateParaSignerBaseOptions, Para as ParaServer } from '@getpara/server-sdk';
declare const para: ParaServer; // An authenticated Para Server client with a loaded supported wallet.
const options: CreateParaSignerBaseOptions = {
para,
walletId: 'wallet-id',
};
address or add required chain configuration. When a factory accepts both address and walletId, its own resolution behavior determines which value is used.