帖子
分享您的知识。
Caplec104
Jan 22, 2025
专家问答
Do I need to sign and execute transactions after merging or splitting coins?
Hey community, I need some help here. Whenever I merge or split coins, do I really need to sign and execute the transaction block afterward, or do merge and split functions already handle that internally? I've been looking into this in the context of using a tool, but I'm not entirely sure about these steps and want to ensure I'm doing this right. Any insights would be awesome!
- Move CLI
- Move
3
2
分享
评论
答案
2Aliabee59
Jan 22 2025, 23:59在使用合并或拆分硬币后,您肯定必须签署并执行交易. 你正在使用的方法将交易构造为未签名交易,因此之后你需要额外的步骤来签署和执行交易.
1
最佳答案
评论
skywinder271
Jan 22 2025, 23:59是的,如前所述,您需要在合并或拆分硬币后签署并执行交易. 与在 Solidity 中构建、签名和发送交易通常同时发生不同,就你而言,这些步骤是分开的. 这种分离使您可以在签名之前查看所有内容,从而使过程更加安全.
1
评论
你知道答案吗?
请登录并分享。
Move is an executable bytecode language used to implement custom transactions and smart contracts.
148帖子231答案