UNPKG
@anton-seriesfi/doppler-v3-sdk
Version:
latest (1.0.44-b)
1.0.44
1.0.44-b
1.0.44-a
1.0.29
1.0.29-maybe
1.0.28
1.0.26
1.0.25-beta.0
1.0.9-rc2
SDK for interacting with Doppler v3 protocol
@anton-seriesfi/doppler-v3-sdk
/
dist
/
entities
/
token
/
eth
/
index.js
6 lines
•
287 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ReadEth
=
void
0
;
var
ReadEth
_1 =
require
(
"./ReadEth"
);
Object
.
defineProperty
(
exports
,
"ReadEth"
, {
enumerable
:
true
,
get
:
function
(
) {
return
ReadEth
_1.
ReadEth
; } });
//# sourceMappingURL=index.js.map