Uses of Class
org.knowm.xchange.ripple.dto.trade.RippleNotifications
-
Packages that use RippleNotifications Package Description org.knowm.xchange.ripple org.knowm.xchange.ripple.service -
-
Uses of RippleNotifications in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple that return RippleNotifications Modifier and Type Method Description RippleNotificationsRipplePublic. notifications(String address, Boolean excludeFailed, Boolean earliestFirst, Integer resultsPerPage, Integer page, Long startLedger, Long endLedger)Returns notifications for this address. -
Uses of RippleNotifications in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service that return RippleNotifications Modifier and Type Method Description RippleNotificationsRippleTradeServiceRaw. getNotifications(String account, Boolean excludeFailed, Boolean earliestFirst, Integer resultsPerPage, Integer page, Long startLedger, Long endLedger)
-