UNPKG
enot-api
Version:
latest (1.1.0-beta)
1.1.0
1.1.0-beta
1.0.5
1.0.0
API service of enot.io
enot-api
/
tester.js
13 lines
(9 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
{
Params
, getWallet } =
require
(
`./enot`
)
const
API
=
new
Params
({
api_key
:
`qq`
,
email
:
`admin@enot.io`
})
async
function
getamout
(
) {
console
.
log
(
await
getWallet
(
`+76666898958`
,
100
)) }
getamout
()