Uses of Class
monero.wallet.model.MoneroIntegratedAddress
Packages that use MoneroIntegratedAddress
-
Uses of MoneroIntegratedAddress in monero.common
Methods in monero.common that return MoneroIntegratedAddressModifier and TypeMethodDescriptionstatic MoneroIntegratedAddress
MoneroUtils.getIntegratedAddress
(MoneroNetworkType networkType, String standardAddress, String paymentId) Get an integrated address. -
Uses of MoneroIntegratedAddress in monero.wallet
Methods in monero.wallet that return MoneroIntegratedAddressModifier 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)