UNPKG

@stellar/stellar-sdk

Version:

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

14 lines (11 loc) 516 B
'use strict'; var Networks = /* @__PURE__ */ ((Networks2) => { Networks2["PUBLIC"] = "Public Global Stellar Network ; September 2015"; Networks2["TESTNET"] = "Test SDF Network ; September 2015"; Networks2["FUTURENET"] = "Test SDF Future Network ; October 2022"; Networks2["SANDBOX"] = "Local Sandbox Stellar Network ; September 2022"; Networks2["STANDALONE"] = "Standalone Network ; February 2017"; return Networks2; })(Networks || {}); exports.Networks = Networks; //# sourceMappingURL=network.js.map