stop_watching_near_event
Stop monitoring a specified event on a NEAR contract by providing the contract ID and event name. Removes active event listeners to prevent further notifications.
Instructions
Stop watching for specific events on a NEAR contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractId | Yes | NEAR contract ID to stop monitoring | |
| eventName | Yes | Name of the event to stop watching |