rlm_state_poll
Monitor multiple keys for state changes efficiently by polling only for updates since last known versions, eliminating individual get calls.
Instructions
Poll for state changes across multiple keys. Returns only keys that changed since last_versions. Use for efficient multi-key monitoring without individual get calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| keys | Yes | List of state keys to monitor | |
| last_versions | No | Map of key -> last known version. Only keys with newer versions are returned. |