Uses of Class
com.google.bitcoin.core.TransactionOutput

Packages that use TransactionOutput
com.google.bitcoin.core   
 

Uses of TransactionOutput in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core with parameters of type TransactionOutput
 void Transaction.addInput(TransactionOutput from)
          Adds an input to this transaction that imports value from the given output.
 void Transaction.addOutput(TransactionOutput to)
          Adds the given output to this transaction.
 



Copyright © 2011. All Rights Reserved.