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.Transaction> |
Protos.Transaction.PARSER |
Modifier and Type | Method and Description |
---|---|
Protos.Transaction |
Protos.Transaction.Builder.build() |
Protos.Transaction |
Protos.Transaction.Builder.buildPartial() |
static Protos.Transaction |
Protos.Transaction.getDefaultInstance() |
Protos.Transaction |
Protos.Transaction.getDefaultInstanceForType() |
Protos.Transaction |
Protos.Transaction.Builder.getDefaultInstanceForType() |
Protos.Transaction |
Protos.WalletOrBuilder.getTransaction(int index)
repeated .wallet.Transaction transaction = 4; |
Protos.Transaction |
Protos.Wallet.getTransaction(int index)
repeated .wallet.Transaction transaction = 4; |
Protos.Transaction |
Protos.Wallet.Builder.getTransaction(int index)
repeated .wallet.Transaction transaction = 4; |
static Protos.Transaction |
Protos.Transaction.parseDelimitedFrom(InputStream input) |
static Protos.Transaction |
Protos.Transaction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Transaction |
Protos.Transaction.parseFrom(byte[] data) |
static Protos.Transaction |
Protos.Transaction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Transaction |
Protos.Transaction.parseFrom(com.google.protobuf.ByteString data) |
static Protos.Transaction |
Protos.Transaction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Transaction |
Protos.Transaction.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Transaction |
Protos.Transaction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Transaction |
Protos.Transaction.parseFrom(InputStream input) |
static Protos.Transaction |
Protos.Transaction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protos.Transaction> |
Protos.Transaction.getParserForType() |
List<Protos.Transaction> |
Protos.WalletOrBuilder.getTransactionList()
repeated .wallet.Transaction transaction = 4; |
List<Protos.Transaction> |
Protos.Wallet.getTransactionList()
repeated .wallet.Transaction transaction = 4; |
List<Protos.Transaction> |
Protos.Wallet.Builder.getTransactionList()
repeated .wallet.Transaction transaction = 4; |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.addTransaction(int index,
Protos.Transaction value)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
Protos.Wallet.Builder.addTransaction(Protos.Transaction value)
repeated .wallet.Transaction transaction = 4; |
Protos.Transaction.Builder |
Protos.Transaction.Builder.mergeFrom(Protos.Transaction other) |
static Protos.Transaction.Builder |
Protos.Transaction.newBuilder(Protos.Transaction prototype) |
Protos.Wallet.Builder |
Protos.Wallet.Builder.setTransaction(int index,
Protos.Transaction value)
repeated .wallet.Transaction transaction = 4; |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.addAllTransaction(Iterable<? extends Protos.Transaction> values)
repeated .wallet.Transaction transaction = 4; |
Copyright © 2016. All rights reserved.