bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
10 lines • 378 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.minerFeesItemSchema = void 0;
const zod_1 = require("zod");
exports.minerFeesItemSchema = zod_1.z.object({
satoshisPerByte: zod_1.z.number().optional(),
totalFee: zod_1.z.number().optional(),
fiatAmount: zod_1.z.number().optional()
});
//# sourceMappingURL=MinerFeesItem.zod.js.map