UNPKG

@airgap/etherlink

Version:

The @airgap/etherlink package is an implementation of the ICoinProtocol interface from @airgap/coinlib-core.

11 lines 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EtherlinkInfoClient = void 0; var EtherlinkInfoClient = /** @class */ (function () { function EtherlinkInfoClient(baseUrl) { this.baseUrl = baseUrl; } return EtherlinkInfoClient; }()); exports.EtherlinkInfoClient = EtherlinkInfoClient; //# sourceMappingURL=EtherlinkInfoClient.js.map