Uses of Class
org.knowm.xchange.luno.dto.account.LunoFundingAddress
Packages that use LunoFundingAddress
-
Uses of LunoFundingAddress in org.knowm.xchange.luno
Methods in org.knowm.xchange.luno that return LunoFundingAddressModifier and TypeMethodDescriptionLunoAPI.createFundingAddress
(String asset) Allocates a new receive address to your account.LunoAPIImpl.createFundingAddress
(String asset) LunoAuthenticated.createFundingAddress
(si.mazi.rescu.ParamsDigest auth, String asset) Allocates a new receive address to your account.LunoAPI.getFundingAddress
(String asset, String address) Returns the default receive address associated with your account and the amount received via the address.LunoAPIImpl.getFundingAddress
(String asset, String address) LunoAuthenticated.getFundingAddress
(si.mazi.rescu.ParamsDigest auth, String asset, String address) Returns the default receive address associated with your account and the amount received via the address.