bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
13 lines • 485 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withHoldingsInterfaceSchema = void 0;
const zod_1 = require("zod");
exports.withHoldingsInterfaceSchema = zod_1.z.object({
amount: zod_1.z.number(),
code: zod_1.z.string(),
description: zod_1.z.string().optional(),
notes: zod_1.z.string().optional(),
label: zod_1.z.string().optional(),
bankCountry: zod_1.z.string().optional()
});
//# sourceMappingURL=WithHoldings.zod.js.map