UNPKG
burst-whale-watch
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
An account watcher for Burstcoin
burst-whale-watch
/
out
/
constants.d.ts
5 lines
(4 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
LOADING_TEXT
=
"(loading...)"
;
export
declare
const
MAX_VISIBLE_ACCOUNTS
=
2
;
export
declare
const
CMC_POLLING_SEC
=
10
;
export
declare
const
BRS_POLLING_SEC
=
10
;