Uses of Class
ch.bitagent.bitcoin.lib.tx.TxOut
-
Packages that use TxOut Package Description ch.bitagent.bitcoin.lib.tx -
-
Uses of TxOut in ch.bitagent.bitcoin.lib.tx
Methods in ch.bitagent.bitcoin.lib.tx that return TxOut Modifier and Type Method Description static TxOutTxOut. parse(ByteArrayInputStream stream)Takes a byte stream and parses the txOutput at the start.Methods in ch.bitagent.bitcoin.lib.tx that return types with arguments of type TxOut Modifier and Type Method Description List<TxOut>Tx. getTxOuts()Getter for the fieldtxOuts.
-