Uses of Class
monero.wallet.model.MoneroIntegratedAddress
-
Uses of MoneroIntegratedAddress in monero.common
Modifier and TypeMethodDescriptionstatic MoneroIntegratedAddress
MoneroUtils.getIntegratedAddress
(MoneroNetworkType networkType, String standardAddress, String paymentId) Get an integrated address. -
Uses of MoneroIntegratedAddress in monero.wallet
Modifier and TypeMethodDescriptionMoneroWallet.decodeIntegratedAddress
(String integratedAddress) Decode an integrated address to get its standard address and payment id.MoneroWalletFull.decodeIntegratedAddress
(String integratedAddress) MoneroWalletRpc.decodeIntegratedAddress
(String integratedAddress) MoneroWallet.getIntegratedAddress()
Get an integrated address based on this wallet's primary address and a randomly generated payment ID.MoneroWallet.getIntegratedAddress
(String standardAddress, String paymentId) Get an integrated address based on the given standard address and payment ID.MoneroWalletFull.getIntegratedAddress
(String standardAddress, String paymentId) MoneroWalletRpc.getIntegratedAddress
(String standardAddress, String paymentId)