xlayer_subscribe
Subscribe to real-time blockchain events for new block heads or contract logs, with optional filtering by topics and addresses.
Instructions
[L:READ] CAT:[链上] | → 请先调用 agent_catalog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | 订阅类型。newHeads=新区块头, logs=合约日志 | |
| topics | No | 日志主题,logs类型可用(多个主题用逗号分隔) | |
| address | No | 合约地址,logs类型可用(多个地址用逗号分隔) |