Uses of Class
ch.bitagent.bitcoin.lib.tx.Utxo
-
Packages that use Utxo Package Description ch.bitagent.bitcoin.lib.tx ch.bitagent.bitcoin.lib.wallet -
-
Uses of Utxo in ch.bitagent.bitcoin.lib.tx
Methods in ch.bitagent.bitcoin.lib.tx that return Utxo Modifier and Type Method Description UtxoTxIn. getUtxo()Constructors in ch.bitagent.bitcoin.lib.tx with parameters of type Utxo Constructor Description TxIn(Utxo utxo) -
Uses of Utxo in ch.bitagent.bitcoin.lib.wallet
Methods in ch.bitagent.bitcoin.lib.wallet that return types with arguments of type Utxo Modifier and Type Method Description List<Utxo>Wallet. getUtxoList()
-