Post
Share your knowledge.
tomek180
Mar 30, 2025
Expert Q&A
Difference between mutable and non-mutable shared objects in Move?
Hey, I'm kinda new to Move lang, and I got a bit confused about the differences between mutable shared objects and non-mutable shared objects. What exactly sets these two apart?
- Move CLI
- Move
1
1
Share
Comments
Answers
1hohm97
Mar 30 2025, 15:31An immutable shared object is one that cannot be updated after creation. Once set, its state remains constant and unchangeable.
1
Best Answer
Comments
Do you know the answer?
Please log in and share it.
Move is an executable bytecode language used to implement custom transactions and smart contracts.
148Posts231Answers
Trending posts