帖子
分享您的知识。
elfDani139
Jan 29, 2025
专家问答
Why does `sui client gas` show no gas coins for my address?
I'm using the SUI CLI and when I run the command sui client gas
, I get a message saying 'No gas coins are owned by this address'. I get an address when I run sui client active-address
. How can I resolve this and see the gas for an account?
- Move CLI
3
2
分享
评论
答案
2Jan 30 2025, 07:06
sui client gas
显示活动地址的气体. 您可能需要确保使用的地址sui client active-address
确实包含任何汽油币. 此外,您可以直接在命令中指定地址,使用sui client gas 0x...
来查看特定地址的气体.
3
最佳答案
评论
你知道答案吗?
请登录并分享。
Move is an executable bytecode language used to implement custom transactions and smart contracts.
148帖子231答案