-
Describe the bug how can I put structure parameter? this is function abi
The problem is last parameter. Reproduction steps This is part of my code.
The message is below.
Environment: I use ganache-cli with hardhat and typescript.
Search Terms |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Your ABI is missing the word |
Beta Was this translation helpful? Give feedback.
-
than you for replying. 👍 I fixed that abi I'm missing.
|
Beta Was this translation helpful? Give feedback.
Your ABI is missing the word
function
. It should read `"function relayMessage(…)".