I have method "cote" in my solidity file
app.sol :
function cote() public view returns (uint256){ return data; }