Beitrag
Teile dein Wissen.
Grizzly25
May 21, 2025
Experten Q&A
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
Teilen
Kommentare
Antworten
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
Kommentare
Weißt du die Antwort?
Bitte melde dich an und teile sie.