Package | Description |
---|---|
org.bitcoinj.wallet |
Classes that support the
Wallet , which knows how to find and save transactions relevant to
a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
in various ways, please refer to the website for documentation on how to use it. |
Modifier and Type | Class and Description |
---|---|
static class |
Protos.TransactionConfidence
A description of the confidence we have that a transaction cannot be reversed in the future.
|
static class |
Protos.TransactionConfidence.Builder
A description of the confidence we have that a transaction cannot be reversed in the future.
|
Modifier and Type | Method and Description |
---|---|
Protos.TransactionConfidenceOrBuilder |
Protos.TransactionOrBuilder.getConfidenceOrBuilder()
Data describing where the transaction is in the chain.
|
Protos.TransactionConfidenceOrBuilder |
Protos.Transaction.getConfidenceOrBuilder()
Data describing where the transaction is in the chain.
|
Protos.TransactionConfidenceOrBuilder |
Protos.Transaction.Builder.getConfidenceOrBuilder()
Data describing where the transaction is in the chain.
|
Copyright © 2018. All rights reserved.