-
The data may have been processed somehow, hex-decoding, type conversion, etc. For example, we need to supply a |
Beta Was this translation helpful? Give feedback.
Answered by
gbotrel
Feb 7, 2024
Replies: 1 comment 1 reply
-
hi -- anything you pass to an frontend.API will be a constant (if it's not a variable :)). So:
are all constant params. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
weijiguo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi -- anything you pass to an frontend.API will be a constant (if it's not a variable :)). So:
are all constant params.