Class DepositTransaction
- java.lang.Object
-
- org.knowm.xchange.cryptonit2.dto.account.DepositTransaction
-
public class DepositTransaction extends Object
-
-
Constructor Summary
Constructors Constructor Description DepositTransaction(BigDecimal amount, Integer confirmations, String address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()BigDecimalgetAmount()IntegergetConfirmations()StringtoString()
-
-
-
Constructor Detail
-
DepositTransaction
public DepositTransaction(BigDecimal amount, Integer confirmations, String address)
-
-