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 | Method and Description |
---|---|
Protos.TransactionConfidence.Source |
Protos.TransactionConfidenceOrBuilder.getSource()
optional .wallet.TransactionConfidence.Source source = 7; |
Protos.TransactionConfidence.Source |
Protos.TransactionConfidence.getSource()
optional .wallet.TransactionConfidence.Source source = 7; |
Protos.TransactionConfidence.Source |
Protos.TransactionConfidence.Builder.getSource()
optional .wallet.TransactionConfidence.Source source = 7; |
static Protos.TransactionConfidence.Source |
Protos.TransactionConfidence.Source.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.TransactionConfidence.Source |
Protos.TransactionConfidence.Source.valueOf(int value) |
static Protos.TransactionConfidence.Source |
Protos.TransactionConfidence.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protos.TransactionConfidence.Source[] |
Protos.TransactionConfidence.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Protos.TransactionConfidence.Source> |
Protos.TransactionConfidence.Source.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Protos.TransactionConfidence.Builder |
Protos.TransactionConfidence.Builder.setSource(Protos.TransactionConfidence.Source value)
optional .wallet.TransactionConfidence.Source source = 7; |
Copyright © 2016. All rights reserved.