@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
9 lines (8 loc) • 304 B
TypeScript
export function scValToBigInt(scv: xdr.ScVal): bigint;
export { Uint128 } from "./uint128";
export { Uint256 } from "./uint256";
export { Int128 } from "./int128";
export { Int256 } from "./int256";
export { ScInt } from "./sc_int";
export { XdrLargeInt };
import { XdrLargeInt } from "./xdr_large_int";