bytes[] as bytes memory #2493
Unanswered
Madeindreams
asked this question in
Q&A
Replies: 1 comment
-
@Madeindreams have you ever figured this out? 🙏🙏🙏 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for a way to pass some arrays as one single bytes memory argument.
Example;
I have addresses and signed transaction.
Right now what I do a simple transaction
How do I create and array of bytes[] and addresses[] that can be passed as one single bytes argument to be decoded later in the call.
I need to turn these 2 arrays into a single bytes argument to this function
this other contract would come back in with the call data
Beta Was this translation helpful? Give feedback.
All reactions