UNPKG

dotbit

Version:

A complete .bit SDK and utilities in TypeScript

10 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BitSigner = void 0; class BitSigner { constructor(signer) { this.signer = signer; } } exports.BitSigner = BitSigner; //# sourceMappingURL=BitSigner.js.map