public static interface BitcoindRpcClient.RawTransaction extends Serializable
| 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 |
hash() |
String |
hex() |
long |
lockTime() |
long |
size() |
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
|
long |
vsize() |
String hex()
String txId()
int version()
long lockTime()
long size()
long vsize()
String hash()
List<BitcoindRpcClient.RawTransaction.In> vIn()
List<BitcoindRpcClient.RawTransaction.Out> vOut()
String blockHash()
int confirmations()
Date time()
Date blocktime()
Copyright © 2017. All rights reserved.