Functionsยง
- fetch_
asset_ plugin - Fetch the plugin on an asset.
- fetch_
collection_ plugin - Fetch the plugin on a collection.
- fetch_
external_ plugin_ adapter - Fetch the external plugin adapter from the registry.
- fetch_
external_ plugin_ adapter_ data_ info - Fetch the external plugin adapter data offset and length. These can be used to directly slice the account data for use of the external plugin adapter data.
- fetch_
plugin - Fetch the plugin from the registry.
- fetch_
plugins - Fetch the plugin registry, dropping any unknown plugins (i.e.
PluginType
s that are too new for this client to know about). - fetch_
wrapped_ external_ plugin_ adapter - Fetch the external plugin adapter from the registry.
- list_
plugins - List all plugins in an account, dropping any unknown plugins (i.e.
PluginType
s that are too new for this client to know about). Note this also does not support external plugin adapters for now, and will be updated when those are defined.