Function mpl_core::plugin::fetch_plugins
source ยท pub fn fetch_plugins(account_data: &[u8]) -> Result<Vec<RegistryRecord>, Error>
Expand description
Fetch the plugin registry, dropping any unknown plugins (i.e. PluginType
s that are too new
for this client to know about).