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