bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
10 lines • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.rateInterfaceSchema = void 0;
const zod_1 = require("zod");
exports.rateInterfaceSchema = zod_1.z.object({
name: zod_1.z.string(),
code: zod_1.z.string(),
rate: zod_1.z.number()
});
//# sourceMappingURL=Rate.zod.js.map