Supplying a vector parameter in Aptos Explorer #74
Answered
by
Alexzander-Stone
Alexzander-Stone
asked this question in
Questions
-
Asked by
Keywords |
Beta Was this translation helpful? Give feedback.
Answered by
Alexzander-Stone
Mar 16, 2024
Replies: 1 comment 10 replies
-
The values that you're supplying need to be wrapped in square brackets. Here's an example of an input you could give for a vector on Aptos Explorer. Argument header |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
Alexzander-Stone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The values that you're supplying need to be wrapped in square brackets.
Here's an example of an input you could give for a vector on Aptos Explorer.
Argument header
arg0: vector<u8>
User input
[97, 98, 99]