| Package | Description |
|---|---|
| org.knowm.xchange.blockchain.dto |
| Modifier and Type | Method and Description |
|---|---|
Out |
Inputs.getPrevOut() |
| Modifier and Type | Method and Description |
|---|---|
List<Out> |
Txs.getOut() |
| Constructor and Description |
|---|
Inputs(Out prev_out)
Constructor
|
| Constructor and Description |
|---|
Txs(long block_height,
String hash,
List<Inputs> inputs,
List<Out> out,
String relayed_by,
long result,
long size,
long time,
long tx_index,
int ver,
int vin_sz,
int vout_sz)
Constructor
|
Copyright © 2012–2018 Knowm Inc.. All rights reserved.