sui:vocabulary
sui family
The ONE vocabulary as the Sui Move contracts express it — the 6 dimensions and 6 verbs with their TQL and Move names, plus the Move module list. Read-only, no arguments, no tenant data.
- Effect
- ask
- Awaits an outcome — the call returns the response below.
- Caller
- public
- The class of authority the caller must already hold, decided from the attested context with no round trip.
- Cost
- free
- What one call costs, so you can budget before acting.
- Reversible
- yes
- The effect can be undone by a later call.
- Idempotent
- yes
- Safe to retry as-is.