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

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

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

Methods in com.google.bitcoin.core that return Transaction.Purpose
 Transaction.Purpose Transaction.getPurpose()
          Returns the purpose for which this transaction was created.
static Transaction.Purpose Transaction.Purpose.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transaction.Purpose[] Transaction.Purpose.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.Purpose
 void Transaction.setPurpose(Transaction.Purpose purpose)
          Marks the transaction as being created for the given purpose.
 



Copyright © 2014. All rights reserved.