UNPKG

bitpay-sdk

Version:

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

21 lines 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PosToken = void 0; class PosToken { /** * * @param value */ constructor(value) { this.value = value; } /** * * @returns string */ getValue() { return this.value; } } exports.PosToken = PosToken; //# sourceMappingURL=PosToken.js.map