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.Script.Builder |
Protos.Script.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Script.Builder |
Protos.Wallet.Builder.addWatchedScriptBuilder()
repeated .wallet.Script watched_script = 15; |
Protos.Script.Builder |
Protos.Wallet.Builder.addWatchedScriptBuilder(int index)
repeated .wallet.Script watched_script = 15; |
Protos.Script.Builder |
Protos.Script.Builder.clear() |
Protos.Script.Builder |
Protos.Script.Builder.clearCreationTimestamp()
Timestamp stored as millis since epoch.
|
Protos.Script.Builder |
Protos.Script.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.Script.Builder |
Protos.Script.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.Script.Builder |
Protos.Script.Builder.clearProgram()
required bytes program = 1; |
Protos.Script.Builder |
Protos.Script.Builder.clone() |
Protos.Script.Builder |
Protos.Wallet.Builder.getWatchedScriptBuilder(int index)
repeated .wallet.Script watched_script = 15; |
Protos.Script.Builder |
Protos.Script.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Script.Builder |
Protos.Script.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.Script.Builder |
Protos.Script.Builder.mergeFrom(Protos.Script other) |
Protos.Script.Builder |
Protos.Script.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.Script.Builder |
Protos.Script.newBuilder() |
static Protos.Script.Builder |
Protos.Script.newBuilder(Protos.Script prototype) |
Protos.Script.Builder |
Protos.Script.newBuilderForType() |
protected Protos.Script.Builder |
Protos.Script.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.Script.Builder |
Protos.Script.Builder.setCreationTimestamp(long value)
Timestamp stored as millis since epoch.
|
Protos.Script.Builder |
Protos.Script.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Script.Builder |
Protos.Script.Builder.setProgram(com.google.protobuf.ByteString value)
required bytes program = 1; |
Protos.Script.Builder |
Protos.Script.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.Script.Builder |
Protos.Script.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.Script.Builder |
Protos.Script.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Protos.Script.Builder> |
Protos.Wallet.Builder.getWatchedScriptBuilderList()
repeated .wallet.Script watched_script = 15; |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.addWatchedScript(int index,
Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
Protos.Wallet.Builder.addWatchedScript(Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
Protos.Wallet.Builder.setWatchedScript(int index,
Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15; |
Copyright © 2018. All rights reserved.