IBundleGroupProvider[] providers = Platform.getBundleGroupProviders();
if (providers != null) {
for (IBundleGroupProvider provider : providers) {
IBundleGroup[] bundleGroups = provider.getBundleGroups();
for (IBundleGroup group : bundleGroups) {
if (group.getIdentifier().equals(featureId)) {
version = group.getVersion();
}
}
}
}
}
Permaweb Journal: Is it possible to have server-side wallets that are still
trust minimized?
-
submitted by /u/afmedia_
[link] [comments]
6 hours ago


No comments:
Post a Comment