Uses of Enum Class
io.meeds.wallet.model.WalletProvider
Packages that use WalletProvider
-
Uses of WalletProvider in io.meeds.wallet.model
Methods in io.meeds.wallet.model that return WalletProviderModifier and TypeMethodDescriptionstatic WalletProviderReturns the enum constant of this class with the specified name.static WalletProvider[]WalletProvider.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WalletProvider in io.meeds.wallet.service
Methods in io.meeds.wallet.service with parameters of type WalletProviderModifier and TypeMethodDescriptionWalletAccountService.createWalletInstance(WalletProvider provider, String address, long identityId) Creates a transient wallet instance with pre-filled default properties of a wallet that will be ready to store.voidWalletAccountService.switchWalletProvider(long identityId, WalletProvider provider, String newAddress, String rawMessage, String signedMessage) Switches the provider of selected identity and changes the address