public static interface BitcoindRpcClient.RawTransaction
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BitcoindRpcClient.RawTransaction.In |
static interface |
BitcoindRpcClient.RawTransaction.Out |
| Modifier and Type | Method and Description |
|---|---|
String |
blockHash() |
Date |
blocktime() |
int |
confirmations() |
String |
hex() |
long |
lockTime() |
Date |
time() |
String |
txId() |
int |
version() |
List<BitcoindRpcClient.RawTransaction.In> |
vIn()
This method should be replaced someday
|
List<BitcoindRpcClient.RawTransaction.Out> |
vOut()
This method should be replaced someday
|
String hex()
String txId()
int version()
long lockTime()
List<BitcoindRpcClient.RawTransaction.In> vIn()
List<BitcoindRpcClient.RawTransaction.Out> vOut()
String blockHash()
int confirmations()
Date time()
Date blocktime()
Copyright © 2015. All rights reserved.