UNPKG
slp-list
Version:
latest (1.1.0)
1.1.0
1.0.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
List token holders and balances at any block height
github.com/simpleledger/slp-list.js
slp-list
/
dist
/
index.js
9 lines
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
__export
(
require
(
"./list"
));
__export
(
require
(
"./nft1"
));
__export
(
require
(
"./config"
));
//# sourceMappingURL=index.js.map