Documentation Index
Fetch the complete documentation index at: https://docs.pulsy.app/llms.txt
Use this file to discover all available pages before exploring further.
Results
A result is the structured object emitted by a feed after its filter and optional function complete.When Results Are Created
Atria creates a result only when feed logic returns a JSON-safe value. Returningnull or undefined means no result is published.
Result Wrapper
data
The data field contains the object returned by the feed. Keep this shape stable once a feed is in use, so the systems or actions connected to the feed can rely on consistent fields.
For example, a native transfer feed might return nativeTransfers, while an ERC-20 transfer feed might return transfers. Those names become part of the contract between the feed and the action connected to it, so avoid changing them casually once a feed is in use.