Class WalletModule
- java.lang.Object
-
- io.micronaut.oraclecloud.atp.wallet.WalletModule
-
public class WalletModule extends java.lang.Object
Entrypoint to the Wallet related API- See Also:
instance()
,wallets()
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WalletModule
instance()
Retrieve the singleton instance ofWalletModule
Wallets
wallets()
Access theWallets
service
-
-
-
Method Detail
-
instance
public static WalletModule instance()
Retrieve the singleton instance ofWalletModule
- Returns:
- WalletModule instance
-
-