Uses of Class
com.google.bitcoin.core.Transaction.SigHash

Packages that use Transaction.SigHash
com.google.bitcoin.core   
 

Uses of Transaction.SigHash in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return Transaction.SigHash
static Transaction.SigHash Transaction.SigHash.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transaction.SigHash[] Transaction.SigHash.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.bitcoin.core with parameters of type Transaction.SigHash
 void Transaction.signInputs(Transaction.SigHash hashType, Wallet wallet)
          Once a transaction has some inputs and outputs added, the signatures in the inputs can be calculated.
 



Copyright © 2011. All Rights Reserved.