byte_check_subscription
Verify whether an Ethereum subscriber address is actively subscribed to a given publisher on PayPerByte, enabling confirmation of access rights before requesting data.
Instructions
Check if an address is subscribed to a specific publisher on PayPerByte.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publisher | Yes | Publisher Ethereum address (0x...) | |
| subscriber | Yes | Subscriber Ethereum address (0x...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscribed | Yes | True if the subscriber has an active subscription to the publisher |