Explicit signature method with override argument #3390
Unanswered
iboxgithub
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Your method takes in 4 parameters, but you are only passing in 3 and the overrides. You can the data in anyway you would like; it doesn’t need to be a bytes32 and it can be a hexstring, array or Uint8Array. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.7.1
Search Terms
No response
Describe the Problem
I followed the instructions here: #950 to execute my safeTransferFrom method but I struggle to pass on the gasLimit and gasPrice args. If I understood properly, I should only send bytes32 to not get an arrayify issue but I don't get how to do that :(
how am I supposed to convert args?
thanks for your help!
Code Snippet
No response
Contract ABI
No response
Errors
No response
Environment
No response
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions