UNPKG

airgap-coin-lib

Version:

The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

10 lines 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var EthereumInfoClient = /** @class */ (function () { function EthereumInfoClient(baseURL) { this.baseURL = baseURL; } return EthereumInfoClient; }()); exports.EthereumInfoClient = EthereumInfoClient; //# sourceMappingURL=InfoClient.js.map