Enums§
- Broadcast
Event - A single event dispatched to plugins via
SlipstreamPlugin::on_broadcast. - Broadcast
Event Kind - Discriminant-only companion to
BroadcastEvent, used bySlipstreamPlugin::subscribed_eventsto declare which event types a plugin wishes to receive without carrying data payloads.
Traits§
- Slipstream
Plugin - The interface for Aleo Slipstream plugins. A plugin must implement
the
SlipstreamPlugintrait to work with the runtime. In addition, the dynamic library must export aCfunction_create_pluginthat creates the implementation of the plugin.