Import
Usage
Limitations
UsesignDirect for protobuf SignDoc values. The common getAccounts method is documented once for both CosmJS signer classes.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A Para-backed CosmJS OfflineDirectSigner for direct protobuf signing.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { ParaProtoSigner } from '@getpara/cosmjs-v0-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Cosmos wallet.
const signer = new ParaProtoSigner(para, 'cosmos');
console.log(signer.address);
signDirect for protobuf SignDoc values. The common getAccounts method is documented once for both CosmJS signer classes.