Interface IRippleTradeTransaction
-
- All Known Implementing Classes:
RippleOrderTransaction,RipplePaymentTransaction
public interface IRippleTradeTransaction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RippleAmount>getBalanceChanges()BigDecimalgetFee()StringgetHash()longgetOrderId()DategetTimestamp()
-
-
-
Method Detail
-
getBalanceChanges
List<RippleAmount> getBalanceChanges()
-
getFee
BigDecimal getFee()
-
getOrderId
long getOrderId()
-
getHash
String getHash()
-
getTimestamp
Date getTimestamp()
-
-