UNPKG

bitpay-sdk

Version:

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

9 lines 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invoiceUniversalCodesSchema = void 0; const zod_1 = require("zod"); exports.invoiceUniversalCodesSchema = zod_1.z.object({ paymentString: zod_1.z.string().optional(), verificationLink: zod_1.z.string().optional() }); //# sourceMappingURL=InvoiceUniversalCodes.zod.js.map