原创<br> VNT:打造开发者友好的下一代公链基础设施( 十 )

}).then(function (totalSupply) {

console.log("totalSupply", totalSupply.toString());

return deploy.GetDecimals();

}).then(function (decimals) {

console.log("decimals", decimals.toString());

return deploy.GetTokenName();

}).then(function (tokenName) {

console.log("tokenName", tokenName);

return deploy.GetAmount("0x122369f04f32269598789998de33e3d56e2c507a")

}).then(function (balance) {

console.log("balance", balance.toString());

})

};

原创<br> VNT:打造开发者友好的下一代公链基础设施

推荐阅读