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

Packages that use TransactionOutPoint
com.google.bitcoin.core   
 

Uses of TransactionOutPoint in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return TransactionOutPoint
 TransactionOutPoint TransactionInput.getOutpoint()
           
 

Methods in com.google.bitcoin.core with parameters of type TransactionOutPoint
 TransactionInput Transaction.addSignedInput(TransactionOutPoint prevOut, Script scriptPubKey, ECKey sigKey)
          Same as Transaction.addSignedInput(TransactionOutPoint, com.google.bitcoin.script.Script, ECKey, com.google.bitcoin.core.Transaction.SigHash, boolean) but defaults to Transaction.SigHash.ALL and "false" for the anyoneCanPay flag.
 TransactionInput Transaction.addSignedInput(TransactionOutPoint prevOut, Script scriptPubKey, ECKey sigKey, Transaction.SigHash sigHash, boolean anyoneCanPay)
          Adds a new and fully signed input for the given parameters.
 Block Block.createNextBlock(Address to, TransactionOutPoint prevOut)
           
 

Constructors in com.google.bitcoin.core with parameters of type TransactionOutPoint
TransactionInput(NetworkParameters params, Transaction parentTransaction, byte[] scriptBytes, TransactionOutPoint outpoint)
           
 



Copyright © 2014. All rights reserved.