UNPKG

bitpay-sdk

Version:

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

14 lines 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.walletInterfaceSchema = void 0; const zod_1 = require("zod"); const Currencies_zod_1 = require("./Currencies.zod"); exports.walletInterfaceSchema = zod_1.z.object({ currencies: Currencies_zod_1.currenciesInterfaceSchema.array().optional(), key: zod_1.z.string().optional(), displayName: zod_1.z.string().optional(), avatar: zod_1.z.string().optional(), payPro: zod_1.z.boolean().optional(), image: zod_1.z.string().optional() }); //# sourceMappingURL=Wallet.zod.js.map