帖子
分享您的知识。
Pluto Dev👽110
Dec 04, 2024
专家问答
VMVerificationError in Move IDO contract
What might be causing the VMVerificationOrDeserializationError in the fund_ido function of the Sui Move contract?
- Move CLI
- Smart Contract
2
4
分享
评论
答案
4skywinder174
Dec 6 2024, 05:22该错误可能与如何反序列化或通过 SDK 调用 IDO 变量有关. 确保传递给该函数的对象 ID 格式正确,并能被 Sui Move 环境识别.
2
最佳答案
评论
Dec 6 2024, 05:22
如果你使用的是 TypeScript 的 Sui SDK,请验证对象 ID 是否正确. 错误通常是由于 SDK 中的参数或类型处理不正确或 ID 格式不正确引起的.
1
评论
你知道答案吗?
请登录并分享。
Move is an executable bytecode language used to implement custom transactions and smart contracts.
98帖子158答案