Replies: 1 comment
-
There is a feature called You can see about it in Richard's talk https://youtu.be/qli5SoAKC1s?t=297 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm looking to pass a set of constructor arguments as a single object to the
ContractFactory.deploy(args)
function but I cannot seem to understand why it does not work, or how to get it working.Javascript Code:
Solidity Smart Contract Constructor:
The code works if I pass the arguments as individual arguments, but I would like to pass it as a single object for easier readability.
I would appreciate any feedback, thank you! :))
Beta Was this translation helpful? Give feedback.
All reactions