Import
Usage
Limitations
This factory returns the signer for direct protobuf signing only. It does not exposesignAmino.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a Para-backed CosmJS protobuf signer.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { createParaProtoSigner } from '@getpara/cosmjs-v0-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Cosmos wallet.
const signer = createParaProtoSigner({ para, prefix: 'cosmos' });
signAmino.