Uses of Class
ch.bitagent.bitcoin.lib.tx.TxIn
-
Packages that use TxIn Package Description ch.bitagent.bitcoin.lib.tx -
-
Uses of TxIn in ch.bitagent.bitcoin.lib.tx
Methods in ch.bitagent.bitcoin.lib.tx that return TxIn Modifier and Type Method Description static TxInTxIn. parse(ByteArrayInputStream stream)Takes a byte stream and parses the txInput at the start.Methods in ch.bitagent.bitcoin.lib.tx that return types with arguments of type TxIn Modifier and Type Method Description List<TxIn>Tx. getTxIns()Getter for the fieldtxIns.Constructor parameters in ch.bitagent.bitcoin.lib.tx with type arguments of type TxIn Constructor Description Tx(Int version, List<TxIn> txIns, List<TxOut> txOuts, Int locktime, Boolean testnet, Boolean segwit)Constructor for Tx.
-