How do i return an array of bytes using clearscript #537
-
here is an example i am trying to complete, I wish to return an array of bytes after the execution of this c# code that returns an array of bytes.
so in my js I am trying to run to format the bytes array to a hex
The goal is to be able to return the bytes as expected. |
Beta Was this translation helpful? Give feedback.
Answered by
eliashezron
Sep 11, 2023
Replies: 1 comment
-
The trick here is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eliashezron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The trick here is to use
engine.Script.Array.from(arrayElement)