public class DepositTransaction extends Object
Constructor and Description |
---|
DepositTransaction(BigDecimal amount,
Integer confirmations,
String address) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
BigDecimal |
getAmount() |
Integer |
getConfirmations() |
String |
toString() |
public DepositTransaction(BigDecimal amount, Integer confirmations, String address)
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.