public class TransactionDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionDetail.Category |
| Modifier and Type | Field and Description |
|---|---|
Boolean |
abandoned |
String |
address |
BigDecimal |
amount |
TransactionDetail.Category |
category |
BigDecimal |
fee |
Long |
vout |
| Constructor and Description |
|---|
TransactionDetail() |
public String address
public TransactionDetail.Category category
public BigDecimal amount
public BigDecimal fee
public Long vout
public Boolean abandoned
Copyright © 2018. All rights reserved.