deployedContract.functions.echo_u8(10).simulate(); is not function

image

error : deployedContract.functions.echo_u8(10).simulate(); is not function

Hello @lucaser,

Did you ensure that your contract types were generated correctly? Here’s a quick refresher on the command you need:

Additionally, could you include the transaction parameters block in your code? It might help resolve your issue. Here’s an example for reference:

Let me know if this helps! :slight_smile: