UNPKG
@zapjs/eos-registry
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.0
Interface for registry functions in eos blockchain
github.com/smartum-ks/eos-sdk
smartum-ks/eos-sdk
@zapjs/eos-registry
/
out
/
index.js
5 lines
(4 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
registry_1 =
require
(
"./registry"
);
exports
.
Regsitry
= registry_1.
Registry
;