UNPKG

@stellar/stellar-sdk

Version:

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

8 lines (7 loc) 205 B
import { XdrWriter, XdrReader } from "@stellar/js-xdr"; export { XdrWriter, XdrReader }; declare const cereal: { XdrWriter: typeof XdrWriter; XdrReader: typeof XdrReader; }; export default cereal;