UNPKG

bitpay-sdk

Version:

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

11 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.payoutTransactionInterfaceSchema = void 0; const zod_1 = require("zod"); exports.payoutTransactionInterfaceSchema = zod_1.z.object({ txid: zod_1.z.string(), amount: zod_1.z.number(), date: zod_1.z.string(), confirmations: zod_1.z.number().optional() }); //# sourceMappingURL=PayoutTransaction.zod.js.map