Stellar SDK v14
ParaStellarSigner
A Para-backed Stellar SDK v14 transaction and authorization-entry signer.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A Para-backed Stellar SDK v14 transaction and authorization-entry signer.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { ParaStellarSigner } from '@getpara/stellar-sdk-v14-integration';
import { Networks } from '@stellar/stellar-sdk';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Stellar wallet.
const signer = new ParaStellarSigner(para, Networks.TESTNET);
console.log(signer.address);