Solidity : Problem to display value from my smart contract to react

前端 未结 0 1492
春和景丽
春和景丽 2020-12-06 01:55

I have method "cote" in my solidity file

app.sol :

function cote() public view returns (uint256){
        return data;
        
    }
         


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