UNPKG

@stellar/stellar-sdk

Version:

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

10 lines (5 loc) 207 B
'use strict'; var server = require('./server.js'); exports.FEDERATION_RESPONSE_MAX_SIZE = server.FEDERATION_RESPONSE_MAX_SIZE; exports.Server = server.FederationServer; //# sourceMappingURL=index.js.map