UNPKG

@stellar/stellar-sdk

Version:

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

9 lines (6 loc) 243 B
'use strict'; const DEFAULT_TIMEOUT = 5 * 60; const NULL_ACCOUNT = "GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF"; exports.DEFAULT_TIMEOUT = DEFAULT_TIMEOUT; exports.NULL_ACCOUNT = NULL_ACCOUNT; //# sourceMappingURL=types.js.map