Uses of Enum Class
org.exoplatform.wallet.model.WalletProvider
Packages that use WalletProvider
Package
Description
-
Uses of WalletProvider in org.exoplatform.wallet.model
Methods in org.exoplatform.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 org.exoplatform.wallet.rest
Methods in org.exoplatform.wallet.rest with parameters of type WalletProviderModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseWalletAccountREST.saveWalletProvider(WalletProvider provider, String address, String rawMessage, String signedMessage, jakarta.servlet.http.HttpServletRequest request) -
Uses of WalletProvider in org.exoplatform.wallet.service
Methods in org.exoplatform.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