Crate agave_geyser_plugin_interface

Crate agave_geyser_plugin_interface 

Source

Modules§

geyser_plugin_interface
The interface for Geyser plugins. A plugin must implement the GeyserPlugin trait to work with the runtime. In addition, the dynamic library must export a “C” function _create_plugin which creates the implementation of the plugin.