sui_object_history_step
Walk backward through an object's history to retrieve its prior valid version and the transaction digest that produced it.
Instructions
Walk one step backward through an object's history. Returns the prior valid version + the digest of the transaction that produced this version. Object versions are NOT a +1 monotonic counter — this tool encapsulates the canonical 'previousTransaction → effects.changedObjects.inputVersion' walk so agents don't re-implement it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ||
| network | No | Sui network. Defaults to the server's configured default. |