| Package | Description |
|---|---|
| org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction, peer connectivity via PeerGroup,
and block chain management. |
| org.bitcoinj.jni |
| Modifier and Type | Method and Description |
|---|---|
static TransactionConfidence.Listener.ChangeReason |
TransactionConfidence.Listener.ChangeReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionConfidence.Listener.ChangeReason[] |
TransactionConfidence.Listener.ChangeReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionConfidence.Listener.onConfidenceChanged(TransactionConfidence confidence,
TransactionConfidence.Listener.ChangeReason reason) |
void |
TransactionConfidence.queueListeners(TransactionConfidence.Listener.ChangeReason reason)
Call this after adjusting the confidence, for cases where listeners should be notified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NativeTransactionConfidenceListener.onConfidenceChanged(TransactionConfidence confidence,
TransactionConfidence.Listener.ChangeReason reason) |
Copyright © 2018. All rights reserved.