UNPKG

bitpay-sdk

Version:

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

9 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ledgerInterfaceSchema = void 0; const zod_1 = require("zod"); exports.ledgerInterfaceSchema = zod_1.z.object({ currency: zod_1.z.string(), balance: zod_1.z.number() }); //# sourceMappingURL=Ledger.zod.js.map