package flow.executiondata

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ExecutionDataAPI

executiondata.proto:14

Execution Data API provides access to execution data from the Flow network

message EventFilter

executiondata.proto:180

EventFilter defines the filter to apply to block events. Filters are applied as an OR operation, i.e. any event matching any of the filters is returned. If no filters are provided, all events are returned. If there are any invalid filters, the API will return an InvalidArgument error.

Used in: SubscribeEventsRequest