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.Transaction.Purpose |
Protos.TransactionOrBuilder.getPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN]; |
Protos.Transaction.Purpose |
Protos.Transaction.getPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN]; |
Protos.Transaction.Purpose |
Protos.Transaction.Builder.getPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN]; |
static Protos.Transaction.Purpose |
Protos.Transaction.Purpose.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.Transaction.Purpose |
Protos.Transaction.Purpose.valueOf(int value) |
static Protos.Transaction.Purpose |
Protos.Transaction.Purpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protos.Transaction.Purpose[] |
Protos.Transaction.Purpose.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.Transaction.Purpose> |
Protos.Transaction.Purpose.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Protos.Transaction.Builder |
Protos.Transaction.Builder.setPurpose(Protos.Transaction.Purpose value)
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN]; |
Copyright © 2016. All rights reserved.