UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

5 lines (4 loc) 220 B
// Links the generated XDR JavaScript to its type definitions. // The runtime `export default types` object matches the `xdr` namespace shape. export { xdr } from "./curr.js"; export { xdr as default } from "./curr.js";