Package | Description |
---|---|
com.xeiam.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–2017 Xeiam, LLC. All rights reserved.