UNPKG

bitpay-sdk

Version:

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

19 lines 648 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.currencyInterfaceSchema = void 0; const zod_1 = require("zod"); exports.currencyInterfaceSchema = zod_1.z.object({ code: zod_1.z.string(), name: zod_1.z.string(), symbol: zod_1.z.string(), precision: zod_1.z.number(), decimals: zod_1.z.number(), plural: zod_1.z.string(), alts: zod_1.z.string(), minimum: zod_1.z.number(), sanctioned: zod_1.z.boolean(), displayCode: zod_1.z.string().optional(), chain: zod_1.z.string().optional(), maxSupply: zod_1.z.string().optional() }); //# sourceMappingURL=Currency.zod.js.map