hospital-log/backend/blockchain/chaincode/logVerification/index.js

7 lines
170 B
JavaScript
Raw Permalink Normal View History

2025-11-06 07:10:04 +00:00
'use strict';
const logVerification = require('./lib/logVerification');
module.exports.LogVerification = logVerification;
module.exports.contracts = [logVerification];