pub fn fetch_asset_plugin<U: CrateDeserialize>(
account: &AccountInfo<'_>,
plugin_type: PluginType,
) -> Result<(PluginAuthority, U, usize), Error>Expand description
Fetch the plugin on an asset.
pub fn fetch_asset_plugin<U: CrateDeserialize>(
account: &AccountInfo<'_>,
plugin_type: PluginType,
) -> Result<(PluginAuthority, U, usize), Error>Fetch the plugin on an asset.