Stellar SDK v14
deriveStellarAddress
Derives a Stellar G-address from base58 Ed25519 public-key material.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Derives a Stellar G-address from base58 Ed25519 public-key material.
import { deriveStellarAddress } from '@getpara/stellar-sdk-v14-integration';
declare const solanaBase58Address: string;
const stellarAddress = deriveStellarAddress(solanaBase58Address);