Download this file
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 ];