|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
com.google.common.util.concurrent.ListenableFuture<BigInteger> |
Wallet.getBalanceFuture(BigInteger value,
Wallet.BalanceType type)
Returns a future that will complete when the balance of the given type has becom equal or larger to the given value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||