Function list_plugins

Source
pub fn list_plugins(account_data: &[u8]) -> Result<Vec<PluginType>, Error>
Expand description

List all plugins in an account, dropping any unknown plugins (i.e. PluginTypes 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.