interface.encodeDeploy return format #4468
RenanSouza2
started this conversation in
Ideas
Replies: 3 comments
-
The problem is that the Interface doesn’t know what the bytecode is. But the ContractFactory has that, so its encode includes it. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Makes sense, the solution I'm using for now is
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
encodeDeploy function only retuen the parameters encoded,
Shouldn't it return the whole deploy bytecode, the bytecode and the encoded params concatenated?
Beta Was this translation helpful? Give feedback.
All reactions