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.Extension.Builder |
Protos.Wallet.Builder.addExtensionBuilder()
repeated .wallet.Extension extension = 10; |
Protos.Extension.Builder |
Protos.Wallet.Builder.addExtensionBuilder(int index)
repeated .wallet.Extension extension = 10; |
Protos.Extension.Builder |
Protos.Extension.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Extension.Builder |
Protos.Extension.Builder.clear() |
Protos.Extension.Builder |
Protos.Extension.Builder.clearData()
required bytes data = 2; |
Protos.Extension.Builder |
Protos.Extension.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.Extension.Builder |
Protos.Extension.Builder.clearId()
like org.whatever.foo.bar
|
Protos.Extension.Builder |
Protos.Extension.Builder.clearMandatory()
If we do not understand a mandatory extension, abort to prevent data loss.
|
Protos.Extension.Builder |
Protos.Extension.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.Extension.Builder |
Protos.Extension.Builder.clone() |
Protos.Extension.Builder |
Protos.Wallet.Builder.getExtensionBuilder(int index)
repeated .wallet.Extension extension = 10; |
Protos.Extension.Builder |
Protos.Extension.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Extension.Builder |
Protos.Extension.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.Extension.Builder |
Protos.Extension.Builder.mergeFrom(Protos.Extension other) |
Protos.Extension.Builder |
Protos.Extension.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.Extension.Builder |
Protos.Extension.newBuilder() |
static Protos.Extension.Builder |
Protos.Extension.newBuilder(Protos.Extension prototype) |
Protos.Extension.Builder |
Protos.Extension.newBuilderForType() |
protected Protos.Extension.Builder |
Protos.Extension.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.Extension.Builder |
Protos.Extension.Builder.setData(com.google.protobuf.ByteString value)
required bytes data = 2; |
Protos.Extension.Builder |
Protos.Extension.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Extension.Builder |
Protos.Extension.Builder.setId(String value)
like org.whatever.foo.bar
|
Protos.Extension.Builder |
Protos.Extension.Builder.setIdBytes(com.google.protobuf.ByteString value)
like org.whatever.foo.bar
|
Protos.Extension.Builder |
Protos.Extension.Builder.setMandatory(boolean value)
If we do not understand a mandatory extension, abort to prevent data loss.
|
Protos.Extension.Builder |
Protos.Extension.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.Extension.Builder |
Protos.Extension.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.Extension.Builder |
Protos.Extension.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Protos.Extension.Builder> |
Protos.Wallet.Builder.getExtensionBuilderList()
repeated .wallet.Extension extension = 10; |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.addExtension(int index,
Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
Protos.Wallet.Builder.addExtension(Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
Protos.Wallet.Builder.setExtension(int index,
Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10; |
Copyright © 2018. All rights reserved.