Open
Description
Why you could set 6 params in your executeMetaTransaction function? I saw your contract only set 5 params
try {
let tx = await contract.executeMetaTransaction(
userAddress,
functionData,
r,
s,
v,
{ gasLimit: 1000000 }
)
When i set same params in my code , it tells me could not find this function
"API not found for method executeMetaTransaction"
But if I only set 5 , it returns execution reverted: Signer and signature do not match.
Have you ever meet this solution?
Metadata
Metadata
Assignees
Labels
No labels
Activity