DefinitelyTyped/types/stellar-sdk/stellar-sdk-tests.ts
2019-01-10 11:50:35 +02:00

5 lines
174 B
TypeScript

import * as StellarSdk from 'stellar-sdk';
StellarSdk.StellarTomlResolver.resolve("example.com", {allowHttp: true, timeout: 100})
.then(toml => toml.FEDERATION_SERVER);