@okxweb3/coin-stellar
Version:
@okxweb3/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
11 lines • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Networks = void 0;
exports.Networks = {
PUBLIC: 'Public Global Stellar Network ; September 2015',
TESTNET: 'Test SDF Network ; September 2015',
FUTURENET: 'Test SDF Future Network ; October 2022',
SANDBOX: 'Local Sandbox Stellar Network ; September 2022',
STANDALONE: 'Standalone Network ; February 2017'
};
//# sourceMappingURL=network.js.map