Uses of Class
com.google.bitcoin.core.Wallet.BalanceType

Packages that use Wallet.BalanceType
com.google.bitcoin.core   
 

Uses of Wallet.BalanceType in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return Wallet.BalanceType
static Wallet.BalanceType Wallet.BalanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Wallet.BalanceType[] Wallet.BalanceType.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 Wallet.BalanceType
 BigInteger Wallet.getBalance(Wallet.BalanceType balanceType)
          Returns the balance of this wallet as calculated by the provided balanceType.
 



Copyright © 2011. All Rights Reserved.