UNPKG
gitiumiota
Version:
latest (1.0.0-alpha.1)
1.0.0-alpha.1
IOTA Client Reference Implementation
github.com/iotaledger/iota.lib.js
iotaledger/iota.lib.js
gitiumiota
/
packages
/
samples
/
src
/
getBalances.ts
7 lines
(6 loc)
•
146 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
const
getBalancesResponse = {
balances
: [
'100'
,
'2343240'
],
milestone
:
'M'
.
repeat
(
81
),
milestoneIndex
:
1
,
duration
:
100
, }