UNPKG
hc-sdk
Version:
latest (0.0.2)
0.0.2
0.0.1
hc-sdk is a library for working with the HuaChain Horizon server.
42.159.80.103/huachain/js-hc-sdk
hc-sdk
/
types
/
test.ts
7 lines
(5 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
*
as
StellarSdk
from
'stellar-sdk'
;
StellarSdk
.
StellarTomlResolver
.
resolve
(
'example.com'
, {
allowHttp
:
true
,
timeout
:
100
}).
then
(
(
toml
:
any
) =>
toml.
FEDERATION_SERVER
);