golos-lib-js
Version:
Golos-js the JavaScript library with API for GOLOS blockchain
42 lines (41 loc) • 831 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Asset", {
enumerable: true,
get: function () {
return _core.Asset;
}
});
Object.defineProperty(exports, "AssetEditor", {
enumerable: true,
get: function () {
return _core.AssetEditor;
}
});
Object.defineProperty(exports, "Price", {
enumerable: true,
get: function () {
return _core.Price;
}
});
Object.defineProperty(exports, "_Asset", {
enumerable: true,
get: function () {
return _core._Asset;
}
});
Object.defineProperty(exports, "_AssetEditor", {
enumerable: true,
get: function () {
return _core._AssetEditor;
}
});
Object.defineProperty(exports, "_Price", {
enumerable: true,
get: function () {
return _core._Price;
}
});
var _core = require("../core");