pub fn fetch_wrapped_external_plugin_adapter<T: DataBlob + SolanaAccount>(
account: &AccountInfo<'_>,
core: Option<&T>,
plugin_key: &ExternalPluginAdapterKey,
) -> Result<(ExternalRegistryRecordSafe, ExternalPluginAdapter), Error>
Expand description
Fetch the external plugin adapter from the registry.