UNPKG
@blockchain-api/connector-js
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Blockchain Api Connector
github.com/BlockchainApi-tech/connector-js
BlockchainApi-tech/connector-js
@blockchain-api/connector-js
/
lib
/
constants.d.ts
4 lines
(3 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
export
declare
const
API_URL
=
"http://localhost:5000"
;
export
declare
const
RETRY_DELAY
=
1000
;
export
declare
const
RETRIES
=
5
;