bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
9 lines • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.supportedTransactionCurrencySchema = void 0;
const zod_1 = require("zod");
exports.supportedTransactionCurrencySchema = zod_1.z.object({
enabled: zod_1.z.boolean(),
reason: zod_1.z.string().optional()
});
//# sourceMappingURL=SupportedTransactionCurrency.zod.js.map