Import
Usage
Limitations
The implementation acceptsopts for Stellar SDK callback compatibility but currently ignores it. The method hashes the decoded entry and signs that hash. It does not submit the entry or a transaction.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Signs a Stellar Soroban authorization entry.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { ParaStellarSigner } from '@getpara/stellar-sdk-v14-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Stellar wallet.
declare const signer: import('@getpara/stellar-sdk-v14-integration').ParaStellarSigner;
declare const authEntry: string;
const signed = await signer.signAuthEntry(authEntry);
opts for Stellar SDK callback compatibility but currently ignores it. The method hashes the decoded entry and signs that hash. It does not submit the entry or a transaction.