Uses of Class
com.google.bitcoin.core.TransactionInput.ConnectionResult

Packages that use TransactionInput.ConnectionResult
com.google.bitcoin.core   
 

Uses of TransactionInput.ConnectionResult in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return TransactionInput.ConnectionResult
 TransactionInput.ConnectionResult TransactionInput.connect(Map<Sha256Hash,Transaction> transactions, TransactionInput.ConnectMode mode)
          Connects this input to the relevant output of the referenced transaction if it's in the given map.
 TransactionInput.ConnectionResult TransactionInput.connect(Transaction transaction, TransactionInput.ConnectMode mode)
          Connects this input to the relevant output of the referenced transaction.
static TransactionInput.ConnectionResult TransactionInput.ConnectionResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionInput.ConnectionResult[] TransactionInput.ConnectionResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All rights reserved.