UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

10 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GuidGenerator = void 0; class GuidGenerator { execute() { return new Date().getTime().toString(); } } exports.GuidGenerator = GuidGenerator; //# sourceMappingURL=GuidGenerator.js.map