UNPKG

@okxweb3/coin-stellar

Version:

@ok/coin-stellar is a Stellar SDK for building Web3 wallets and applications. It supports Stellar and PI blockchains, enabling private key management, address generation, transaction signing, trustline creation, and asset transfers

8 lines (7 loc) 196 B
export function liquidityPoolWithdraw(opts?: { liquidityPoolId: string; amount: string; minAmountA: string; minAmountB: string; source?: string | undefined; }): xdr.Operation;