remote contract function call with solidity

后端 未结 0 1426
一整个雨季
一整个雨季 2020-12-22 05:49

I\'ve deployed this very simple Contract:

contract Contract1 
{
   function myfunction(uint param1) public returns (uint)
   {
       return param1+1;
   }
}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题