UNPKG

bitpay-sdk

Version:

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

16 lines 659 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.currenciesInterfaceSchema = void 0; const zod_1 = require("zod"); const CurrencyQr_zod_1 = require("./CurrencyQr.zod"); exports.currenciesInterfaceSchema = zod_1.z.object({ qr: CurrencyQr_zod_1.currencyQrInterfaceSchema.optional(), code: zod_1.z.string(), p2p: zod_1.z.boolean().optional(), dappBrowser: zod_1.z.boolean().optional(), payPro: zod_1.z.boolean().optional(), image: zod_1.z.string().optional(), withdrawalFee: zod_1.z.string().optional(), walletConnect: zod_1.z.boolean().optional() }); //# sourceMappingURL=Currencies.zod.js.map