Uses of Class
ch.bitagent.bitcoin.lib.tx.TxIn
-
Packages that use TxIn Package Description ch.bitagent.bitcoin.lib.tx ch.bitagent.bitcoin.lib.wallet -
-
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. -
Uses of TxIn in ch.bitagent.bitcoin.lib.wallet
Methods in ch.bitagent.bitcoin.lib.wallet that return types with arguments of type TxIn Modifier and Type Method Description List<TxIn>Wallet. getTxInList()Method parameters in ch.bitagent.bitcoin.lib.wallet with type arguments of type TxIn Modifier and Type Method Description voidWallet. txSignInput(Tx tx, List<TxIn> txInList, Map<String,String> cache)
-