wallet:transfer
wallet family
Move credits between workspaces inside the ledger — solvency-checked, cap-bounded, zero-sum. Never mints; never touches a chain
- Effect
- ask
- Awaits an outcome — the call returns the response below.
- Caller
- manage_workspace
- 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.
- Settles
- offchain
- Moves real value off chain — a balance changes.
- Idempotent
- yes
- Safe to retry as-is.