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

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

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

Methods in com.google.bitcoin.core that return TransactionInput.ConnectMode
static TransactionInput.ConnectMode TransactionInput.ConnectMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionInput.ConnectMode[] TransactionInput.ConnectMode.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 TransactionInput.ConnectMode
 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.
 



Copyright © 2014. All rights reserved.