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