Module plugins

Source
Expand description

Plugins service module for handling plugins execution and interaction with relayer

Re-exports§

pub use runner::*;
pub use relayer_api::*;
pub use script_executor::*;
pub use socket::*;

Modules§

relayer_api
This module is responsible for handling the requests to the relayer API.
runner
This module is the orchestrator of the plugin execution.
script_executor
This module is responsible for executing a typescript script.
socket
This module is responsible for creating a socket connection to the relayer server. It is used to send requests to the relayer server and processing the responses. It also intercepts the logs, errors and return values.

Structs§

PluginCallResponse
PluginService

Enums§

PluginError

Traits§

PluginServiceTrait