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