Stellar SDK v14
CreateParaStellarSignerOptions
Options for creating a Para Stellar signer.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Options for creating a Para Stellar signer.
import type { Para as ParaServer } from '@getpara/server-sdk';
import type { CreateParaStellarSignerOptions } from '@getpara/stellar-sdk-v14-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Stellar wallet.
const options: CreateParaStellarSignerOptions = {
para,
networkPassphrase: 'Test SDF Network ; September 2015',
};