Diff of /contract/index.js [000000] .. [de9008]

Switch to unified view

a b/contract/index.js
1
/*
2
 * SPDX-License-Identifier: Apache-2.0
3
 */
4
5
'use strict';
6
7
const MyAssetContract = require('./lib/my-asset-contract');
8
9
module.exports.MyAssetContract = MyAssetContract;
10
module.exports.contracts = [ MyAssetContract ];