Skip to main content

IPlugin

Description

An interface defining the traits of a plugin.

Implementation

enum PluginType

enum PluginType {
UUPS,
Cloneable,
Constructable
}

external function pluginType

Returns the plugin's type

function pluginType() external view returns (enum IPlugin.PluginType)
© 2024