[de9008]: / contract / index.js

Download this file

11 lines (7 with data), 231 Bytes

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