tronbox
Version:
TronBox - Simple development framework for Tron
1 lines • 240 B
JavaScript
;module.exports=function(contract,args,deployer){return function(){deployer.logger.log("Creating new instance of "+contract.contract_name);return Promise.all(args).then(function(){return contract["new"].apply(contract,args)})}};