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

7 lines (6 loc) 162 B
export function allowTrust(opts: { trustor: string; assetCode: string; authorize: (0 | 1 | 2); source?: string | undefined; }): xdr.AllowTrustOp;