Skip to main content

Module slipstream_plugin_interface

Module slipstream_plugin_interface 

Source

Enums§

BroadcastEvent
A single event dispatched to plugins via SlipstreamPlugin::on_broadcast.
BroadcastEventKind
Discriminant-only companion to BroadcastEvent, used by SlipstreamPlugin::subscribed_events to declare which event types a plugin wishes to receive without carrying data payloads.

Traits§

SlipstreamPlugin
The interface for Aleo Slipstream plugins. A plugin must implement the SlipstreamPlugin trait to work with the runtime. In addition, the dynamic library must export a C function _create_plugin that creates the implementation of the plugin.