UNPKG

stellar-sdk

Version:

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

8 lines (7 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NULL_ACCOUNT = exports.DEFAULT_TIMEOUT = void 0; var DEFAULT_TIMEOUT = exports.DEFAULT_TIMEOUT = 5 * 60; var NULL_ACCOUNT = exports.NULL_ACCOUNT = "GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF";