Size limit of a vector in Move #87
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 19, 2024
Replies: 1 comment 1 reply
-
There isn't an explicit size limit for vectors. However, there does exist a practical limit caused by the limited gas available to each TX. Useful information |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Alexzander-Stone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't an explicit size limit for vectors.
However, there does exist a practical limit caused by the limited gas available to each TX.
In that, if the vector that you're manipulating is too large, you will run out of gas for your TX.
Useful information