UNPKG

hc-sdk

Version:

hc-sdk is a library for working with the HuaChain Horizon server.

7 lines (5 loc) 182 B
import * as StellarSdk from 'stellar-sdk'; StellarSdk.StellarTomlResolver.resolve('example.com', { allowHttp: true, timeout: 100 }).then((toml: any) => toml.FEDERATION_SERVER);