UNPKG

@airgap/coinlib-core

Version:

The @airgap/coinlib-core is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

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