public static interface BitcoindRpcClient.Transaction extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
account() |
String |
address() |
BigDecimal |
amount() |
String |
blockHash() |
int |
blockIndex() |
Date |
blockTime() |
String |
category() |
String |
comment() |
String |
commentTo() |
int |
confirmations() |
BigDecimal |
fee() |
boolean |
generated() |
BitcoindRpcClient.RawTransaction |
raw() |
Date |
time() |
Date |
timeReceived() |
String |
txId() |
String account()
String address()
String category()
BigDecimal amount()
BigDecimal fee()
int confirmations()
String blockHash()
int blockIndex()
Date blockTime()
String txId()
Date time()
Date timeReceived()
String comment()
String commentTo()
boolean generated()
BitcoindRpcClient.RawTransaction raw()
Copyright © 2018. All rights reserved.