public final class Txs extends Object
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
|
Modifier and Type | Method and Description |
---|---|
long |
getBlockHeight() |
String |
getHash() |
List<Inputs> |
getInputs() |
List<Out> |
getOut() |
String |
getRelayedBy() |
long |
getResult() |
long |
getSize() |
long |
getTime() |
long |
getTxIndex() |
int |
getVer() |
int |
getVinSz() |
int |
getVoutSz() |
public 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)
block_height
- hash
- inputs
- out
- relayed_by
- result
- size
- time
- tx_index
- ver
- vin_sz
- vout_sz
- public long getBlockHeight()
public String getHash()
public String getRelayedBy()
public long getResult()
public long getSize()
public long getTime()
public long getTxIndex()
public int getVer()
public int getVinSz()
public int getVoutSz()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.