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 | Field and Description |
---|---|
static com.google.protobuf.Parser<Protos.TransactionInput> |
Protos.TransactionInput.PARSER |
Modifier and Type | Method and Description |
---|---|
Protos.TransactionInput |
Protos.TransactionInput.Builder.build() |
Protos.TransactionInput |
Protos.TransactionInput.Builder.buildPartial() |
static Protos.TransactionInput |
Protos.TransactionInput.getDefaultInstance() |
Protos.TransactionInput |
Protos.TransactionInput.getDefaultInstanceForType() |
Protos.TransactionInput |
Protos.TransactionInput.Builder.getDefaultInstanceForType() |
Protos.TransactionInput |
Protos.TransactionOrBuilder.getTransactionInput(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.TransactionInput |
Protos.Transaction.getTransactionInput(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.TransactionInput |
Protos.Transaction.Builder.getTransactionInput(int index)
repeated .wallet.TransactionInput transaction_input = 6; |
static Protos.TransactionInput |
Protos.TransactionInput.parseDelimitedFrom(InputStream input) |
static Protos.TransactionInput |
Protos.TransactionInput.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(byte[] data) |
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(com.google.protobuf.ByteString data) |
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(InputStream input) |
static Protos.TransactionInput |
Protos.TransactionInput.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protos.TransactionInput> |
Protos.TransactionInput.getParserForType() |
List<Protos.TransactionInput> |
Protos.TransactionOrBuilder.getTransactionInputList()
repeated .wallet.TransactionInput transaction_input = 6; |
List<Protos.TransactionInput> |
Protos.Transaction.getTransactionInputList()
repeated .wallet.TransactionInput transaction_input = 6; |
List<Protos.TransactionInput> |
Protos.Transaction.Builder.getTransactionInputList()
repeated .wallet.TransactionInput transaction_input = 6; |
Modifier and Type | Method and Description |
---|---|
Protos.Transaction.Builder |
Protos.Transaction.Builder.addTransactionInput(int index,
Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.Transaction.Builder |
Protos.Transaction.Builder.addTransactionInput(Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6; |
Protos.TransactionInput.Builder |
Protos.TransactionInput.Builder.mergeFrom(Protos.TransactionInput other) |
static Protos.TransactionInput.Builder |
Protos.TransactionInput.newBuilder(Protos.TransactionInput prototype) |
Protos.Transaction.Builder |
Protos.Transaction.Builder.setTransactionInput(int index,
Protos.TransactionInput value)
repeated .wallet.TransactionInput transaction_input = 6; |
Modifier and Type | Method and Description |
---|---|
Protos.Transaction.Builder |
Protos.Transaction.Builder.addAllTransactionInput(Iterable<? extends Protos.TransactionInput> values)
repeated .wallet.TransactionInput transaction_input = 6; |
Copyright © 2016. All rights reserved.