Function fetch_external_plugin_adapter

Source
pub fn fetch_external_plugin_adapter<T: DataBlob + SolanaAccount, U: CrateDeserialize>(
    account: &AccountInfo<'_>,
    core: Option<&T>,
    plugin_key: &ExternalPluginAdapterKey,
) -> Result<(PluginAuthority, U, usize), Error>
Expand description

Fetch the external plugin adapter from the registry.