aea.crypto.plugin¶
Implementation of plug-in mechanism for cryptos.
Plugin Objects¶
Class that implements an AEA plugin.
__
init__
¶
Initialize the plugin.
Arguments:
group
: the group the plugin belongs to.entry_point
: the entrypoint.
name¶
Get the plugin identifier.
group¶
Get the group.
attr¶
Get the class name.
entry_
point_
path¶
Get the entry point path.
load_
all_
plugins¶
Load all plugins.