airgap-coin-lib
Version:
The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.
10 lines • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var EthereumNodeClient = /** @class */ (function () {
function EthereumNodeClient(baseURL) {
this.baseURL = baseURL;
}
return EthereumNodeClient;
}());
exports.EthereumNodeClient = EthereumNodeClient;
//# sourceMappingURL=NodeClient.js.map