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. PluginType
s 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.