Class WalletModule
java.lang.Object
io.micronaut.oraclecloud.atp.wallet.WalletModule
Entrypoint to the Wallet related API
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic WalletModule
instance()
Retrieve the singleton instance ofWalletModule
wallets()
Access theWallets
service
-
Method Details
-
instance
Retrieve the singleton instance ofWalletModule
- Returns:
- WalletModule instance
-
wallets
Access theWallets
service- Returns:
- Wallets instance
-