UNPKG
xud
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-testnet.1
1.0.0-rc.2
1.0.0-rc.1
1.0.0-prealpha.4
1.0.0-prealpha.3
1.0.0-prealpha.2
1.0.0-prealpha.1
1.0.0-mainnet
1.0.0-beta.8
1.0.0-beta.5
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta
1.0.0-alpha.1a
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.2
1.0.0-alpha.1
Exchange Union Daemon
github.com/ExchangeUnion/xud
ExchangeUnion/xud
xud
/
dist
/
db
/
seeds
/
testnet.d.ts
6 lines
(5 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
db
from
'../../db/types'
;
declare
const
nodes
: db.
NodeAttributes
[];
declare
const
currencies
:
import
(
"../../orderbook/types"
).
Currency
[];
declare
const
pairs
: db.
PairAttributes
[];
export
{ nodes, currencies, pairs, };