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.