Handle Stellar Trustline
Overview
StellarSpokeService Methods
hasSufficientTrustline
import { StellarSpokeService } from "@sodax/sdk";
const hasTrustline = await StellarSpokeService.hasSufficientTrustline(
tokenAddress, // The Stellar token address
amount, // The amount you need to receive
stellarSpokeProvider
);requestTrustline
Usage by Operation Type
Swaps
Money Market
Bridge
Migration
Staking
Best Practices
Common Patterns
Complete Example: Swap with Stellar Destination
Related Documentation
Last updated