Import
Usage
Limitations
Whenaddress is supplied, each factory resolves that address. The selected prefix changes the public Cosmos address returned by the signer. Only the Proto signer’s signDirect forwards messageSigningTimeoutMs.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Options shared by the Para Proto and Amino CosmJS signer factories.
import type { Para as ParaServer } from '@getpara/server-sdk';
import type { CreateParaCosmosSignerOptions } from '@getpara/cosmjs-v0-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Cosmos wallet.
const options: CreateParaCosmosSignerOptions = {
para,
prefix: 'cosmos',
};
address is supplied, each factory resolves that address. The selected prefix changes the public Cosmos address returned by the signer. Only the Proto signer’s signDirect forwards messageSigningTimeoutMs.