Stellar SDK v14
ParaStellarSigner.signBytes
Signs raw bytes with the selected Para Stellar wallet.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Signs raw bytes with the selected Para Stellar wallet.
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;
const signature = await signer.signBytes(Buffer.from('Hello from Para'));