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.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.addAllPath(Iterable<? extends Integer> values)
The path through the key tree.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.addPath(int value)
The path through the key tree.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clear() |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clearChainCode()
Random data that allows us to extend a key.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clearIsFollowing()
Flag indicating that this key is a root of a following chain.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clearIssuedSubkeys()
How many children of this key have been issued, that is, given to the user when they requested a fresh key?
For the parents of keys being handed out, this is always less than the true number of children: the difference is
called the lookahead zone.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clearLookaheadSize()
optional uint32 lookahead_size = 4; |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clearPath()
The path through the key tree.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clearSigsRequiredToSpend()
Number of signatures required to spend.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.clone() |
Protos.DeterministicKey.Builder |
Protos.Key.Builder.getDeterministicKeyBuilder()
optional .wallet.DeterministicKey deterministic_key = 7; |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.mergeFrom(Protos.DeterministicKey other) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.DeterministicKey.Builder |
Protos.DeterministicKey.newBuilder() |
static Protos.DeterministicKey.Builder |
Protos.DeterministicKey.newBuilder(Protos.DeterministicKey prototype) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.newBuilderForType() |
protected Protos.DeterministicKey.Builder |
Protos.DeterministicKey.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setChainCode(com.google.protobuf.ByteString value)
Random data that allows us to extend a key.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setIsFollowing(boolean value)
Flag indicating that this key is a root of a following chain.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setIssuedSubkeys(int value)
How many children of this key have been issued, that is, given to the user when they requested a fresh key?
For the parents of keys being handed out, this is always less than the true number of children: the difference is
called the lookahead zone.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setLookaheadSize(int value)
optional uint32 lookahead_size = 4; |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setPath(int index,
int value)
The path through the key tree.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setSigsRequiredToSpend(int value)
Number of signatures required to spend.
|
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.DeterministicKey.Builder |
Protos.DeterministicKey.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Protos.Key.Builder |
Protos.Key.Builder.setDeterministicKey(Protos.DeterministicKey.Builder builderForValue)
optional .wallet.DeterministicKey deterministic_key = 7; |
Copyright © 2018. All rights reserved.