Bài viết
Chia sẻ kiến thức của bạn.
Grizzly25
May 21, 2025
Hỏi đáp Chuyên Gia
How can I list all webpage Object IDs on my wallet?
Hey folks, I'm trying to gather all the webpage Object IDs associated with my wallet. Does anyone know how to list them?
- Walrus
- Typescript SDK
0
1
Chia sẻ
Bình luận
Câu trả lời
1deriss26
May 21 2025, 20:13You can use the walrus list-blobs
command. This command will list all the non-expired Sui blob objects that your current account owns. It includes their blob IDs, object IDs, and metadata about their expiry and deletable status. If you also want to see the expired blob objects, you can add the --include-expired
option. To query webpage Object IDs on your wallet, simply execute walrus list-blobs
in your terminal. This will display all active objects linked to your account. Remember, this does not delete them but provides details on your ownership.
0
Bình luận
Bạn có biết câu trả lời không?
Hãy đăng nhập và chia sẻ nó.