Package org.bitcoinj.wallet
Class Protos.TransactionConfidence.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Protos.TransactionConfidence,Protos.TransactionConfidence.Builder>
org.bitcoinj.wallet.Protos.TransactionConfidence.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Protos.TransactionConfidenceOrBuilder
- Enclosing class:
- Protos.TransactionConfidence
public static final class Protos.TransactionConfidence.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Protos.TransactionConfidence,Protos.TransactionConfidence.Builder>
implements Protos.TransactionConfidenceOrBuilder
A description of the confidence we have that a transaction cannot be reversed in the future. Parsing should be lenient, since this could change for different applications yet we should maintain backward compatibility.Protobuf type
wallet.TransactionConfidence
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance, isBuilt
-
Method Summary
Modifier and TypeMethodDescriptionaddAllBroadcastBy
(Iterable<? extends Protos.PeerAddress> values) repeated .wallet.PeerAddress broadcast_by = 6;
addBroadcastBy
(int index, Protos.PeerAddress value) repeated .wallet.PeerAddress broadcast_by = 6;
addBroadcastBy
(int index, Protos.PeerAddress.Builder builderForValue) repeated .wallet.PeerAddress broadcast_by = 6;
addBroadcastBy
(Protos.PeerAddress value) repeated .wallet.PeerAddress broadcast_by = 6;
addBroadcastBy
(Protos.PeerAddress.Builder builderForValue) repeated .wallet.PeerAddress broadcast_by = 6;
If type == BUILDING then this is the chain height at which the transaction was included.repeated .wallet.PeerAddress broadcast_by = 6;
If type == BUILDING then this is the depth of the transaction in the blockchain.Millis since epoch the transaction was last announced to us.If set, hash of the transaction that double spent this one into oblivion.optional .wallet.TransactionConfidence.Source source = 7;
This is optional in case we add confidence types to prevent parse errors - backwards compatible.int
If type == BUILDING then this is the chain height at which the transaction was included.getBroadcastBy
(int index) repeated .wallet.PeerAddress broadcast_by = 6;
int
repeated .wallet.PeerAddress broadcast_by = 6;
repeated .wallet.PeerAddress broadcast_by = 6;
int
getDepth()
If type == BUILDING then this is the depth of the transaction in the blockchain.long
Millis since epoch the transaction was last announced to us.com.google.protobuf.ByteString
If set, hash of the transaction that double spent this one into oblivion.optional .wallet.TransactionConfidence.Source source = 7;
getType()
This is optional in case we add confidence types to prevent parse errors - backwards compatible.boolean
If type == BUILDING then this is the chain height at which the transaction was included.boolean
hasDepth()
If type == BUILDING then this is the depth of the transaction in the blockchain.boolean
Millis since epoch the transaction was last announced to us.boolean
If set, hash of the transaction that double spent this one into oblivion.boolean
optional .wallet.TransactionConfidence.Source source = 7;
boolean
hasType()
This is optional in case we add confidence types to prevent parse errors - backwards compatible.removeBroadcastBy
(int index) repeated .wallet.PeerAddress broadcast_by = 6;
setAppearedAtHeight
(int value) If type == BUILDING then this is the chain height at which the transaction was included.setBroadcastBy
(int index, Protos.PeerAddress value) repeated .wallet.PeerAddress broadcast_by = 6;
setBroadcastBy
(int index, Protos.PeerAddress.Builder builderForValue) repeated .wallet.PeerAddress broadcast_by = 6;
setDepth
(int value) If type == BUILDING then this is the depth of the transaction in the blockchain.setLastBroadcastedAt
(long value) Millis since epoch the transaction was last announced to us.setOverridingTransaction
(com.google.protobuf.ByteString value) If set, hash of the transaction that double spent this one into oblivion.optional .wallet.TransactionConfidence.Source source = 7;
This is optional in case we add confidence types to prevent parse errors - backwards compatible.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasType
public boolean hasType()This is optional in case we add confidence types to prevent parse errors - backwards compatible.
optional .wallet.TransactionConfidence.Type type = 1;
- Specified by:
hasType
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- Whether the type field is set.
-
getType
This is optional in case we add confidence types to prevent parse errors - backwards compatible.
optional .wallet.TransactionConfidence.Type type = 1;
- Specified by:
getType
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- The type.
-
setType
This is optional in case we add confidence types to prevent parse errors - backwards compatible.
optional .wallet.TransactionConfidence.Type type = 1;
- Parameters:
value
- The enum numeric value on the wire for type to set.- Returns:
- This builder for chaining.
-
clearType
This is optional in case we add confidence types to prevent parse errors - backwards compatible.
optional .wallet.TransactionConfidence.Type type = 1;
- Returns:
- This builder for chaining.
-
hasAppearedAtHeight
public boolean hasAppearedAtHeight()If type == BUILDING then this is the chain height at which the transaction was included.
optional int32 appeared_at_height = 2;
- Specified by:
hasAppearedAtHeight
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- Whether the appearedAtHeight field is set.
-
getAppearedAtHeight
public int getAppearedAtHeight()If type == BUILDING then this is the chain height at which the transaction was included.
optional int32 appeared_at_height = 2;
- Specified by:
getAppearedAtHeight
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- The appearedAtHeight.
-
setAppearedAtHeight
If type == BUILDING then this is the chain height at which the transaction was included.
optional int32 appeared_at_height = 2;
- Parameters:
value
- The appearedAtHeight to set.- Returns:
- This builder for chaining.
-
clearAppearedAtHeight
If type == BUILDING then this is the chain height at which the transaction was included.
optional int32 appeared_at_height = 2;
- Returns:
- This builder for chaining.
-
hasOverridingTransaction
public boolean hasOverridingTransaction()If set, hash of the transaction that double spent this one into oblivion. A transaction can be double spent by multiple transactions in the case of several inputs being re-spent by several transactions but we don't bother to track them all, just the first. This only makes sense if type = DEAD.
optional bytes overriding_transaction = 3;
- Specified by:
hasOverridingTransaction
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- Whether the overridingTransaction field is set.
-
getOverridingTransaction
public com.google.protobuf.ByteString getOverridingTransaction()If set, hash of the transaction that double spent this one into oblivion. A transaction can be double spent by multiple transactions in the case of several inputs being re-spent by several transactions but we don't bother to track them all, just the first. This only makes sense if type = DEAD.
optional bytes overriding_transaction = 3;
- Specified by:
getOverridingTransaction
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- The overridingTransaction.
-
setOverridingTransaction
public Protos.TransactionConfidence.Builder setOverridingTransaction(com.google.protobuf.ByteString value) If set, hash of the transaction that double spent this one into oblivion. A transaction can be double spent by multiple transactions in the case of several inputs being re-spent by several transactions but we don't bother to track them all, just the first. This only makes sense if type = DEAD.
optional bytes overriding_transaction = 3;
- Parameters:
value
- The overridingTransaction to set.- Returns:
- This builder for chaining.
-
clearOverridingTransaction
If set, hash of the transaction that double spent this one into oblivion. A transaction can be double spent by multiple transactions in the case of several inputs being re-spent by several transactions but we don't bother to track them all, just the first. This only makes sense if type = DEAD.
optional bytes overriding_transaction = 3;
- Returns:
- This builder for chaining.
-
hasDepth
public boolean hasDepth()If type == BUILDING then this is the depth of the transaction in the blockchain. Zero confirmations: depth = 0, one confirmation: depth = 1 etc.
optional int32 depth = 4;
- Specified by:
hasDepth
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- Whether the depth field is set.
-
getDepth
public int getDepth()If type == BUILDING then this is the depth of the transaction in the blockchain. Zero confirmations: depth = 0, one confirmation: depth = 1 etc.
optional int32 depth = 4;
- Specified by:
getDepth
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- The depth.
-
setDepth
If type == BUILDING then this is the depth of the transaction in the blockchain. Zero confirmations: depth = 0, one confirmation: depth = 1 etc.
optional int32 depth = 4;
- Parameters:
value
- The depth to set.- Returns:
- This builder for chaining.
-
clearDepth
If type == BUILDING then this is the depth of the transaction in the blockchain. Zero confirmations: depth = 0, one confirmation: depth = 1 etc.
optional int32 depth = 4;
- Returns:
- This builder for chaining.
-
getBroadcastByList
repeated .wallet.PeerAddress broadcast_by = 6;
- Specified by:
getBroadcastByList
in interfaceProtos.TransactionConfidenceOrBuilder
-
getBroadcastByCount
public int getBroadcastByCount()repeated .wallet.PeerAddress broadcast_by = 6;
- Specified by:
getBroadcastByCount
in interfaceProtos.TransactionConfidenceOrBuilder
-
getBroadcastBy
repeated .wallet.PeerAddress broadcast_by = 6;
- Specified by:
getBroadcastBy
in interfaceProtos.TransactionConfidenceOrBuilder
-
setBroadcastBy
repeated .wallet.PeerAddress broadcast_by = 6;
-
setBroadcastBy
public Protos.TransactionConfidence.Builder setBroadcastBy(int index, Protos.PeerAddress.Builder builderForValue) repeated .wallet.PeerAddress broadcast_by = 6;
-
addBroadcastBy
repeated .wallet.PeerAddress broadcast_by = 6;
-
addBroadcastBy
repeated .wallet.PeerAddress broadcast_by = 6;
-
addBroadcastBy
public Protos.TransactionConfidence.Builder addBroadcastBy(Protos.PeerAddress.Builder builderForValue) repeated .wallet.PeerAddress broadcast_by = 6;
-
addBroadcastBy
public Protos.TransactionConfidence.Builder addBroadcastBy(int index, Protos.PeerAddress.Builder builderForValue) repeated .wallet.PeerAddress broadcast_by = 6;
-
addAllBroadcastBy
public Protos.TransactionConfidence.Builder addAllBroadcastBy(Iterable<? extends Protos.PeerAddress> values) repeated .wallet.PeerAddress broadcast_by = 6;
-
clearBroadcastBy
repeated .wallet.PeerAddress broadcast_by = 6;
-
removeBroadcastBy
repeated .wallet.PeerAddress broadcast_by = 6;
-
hasLastBroadcastedAt
public boolean hasLastBroadcastedAt()Millis since epoch the transaction was last announced to us.
optional int64 last_broadcasted_at = 8;
- Specified by:
hasLastBroadcastedAt
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- Whether the lastBroadcastedAt field is set.
-
getLastBroadcastedAt
public long getLastBroadcastedAt()Millis since epoch the transaction was last announced to us.
optional int64 last_broadcasted_at = 8;
- Specified by:
getLastBroadcastedAt
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- The lastBroadcastedAt.
-
setLastBroadcastedAt
Millis since epoch the transaction was last announced to us.
optional int64 last_broadcasted_at = 8;
- Parameters:
value
- The lastBroadcastedAt to set.- Returns:
- This builder for chaining.
-
clearLastBroadcastedAt
Millis since epoch the transaction was last announced to us.
optional int64 last_broadcasted_at = 8;
- Returns:
- This builder for chaining.
-
hasSource
public boolean hasSource()optional .wallet.TransactionConfidence.Source source = 7;
- Specified by:
hasSource
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- Whether the source field is set.
-
getSource
optional .wallet.TransactionConfidence.Source source = 7;
- Specified by:
getSource
in interfaceProtos.TransactionConfidenceOrBuilder
- Returns:
- The source.
-
setSource
optional .wallet.TransactionConfidence.Source source = 7;
- Parameters:
value
- The enum numeric value on the wire for source to set.- Returns:
- This builder for chaining.
-
clearSource
optional .wallet.TransactionConfidence.Source source = 7;
- Returns:
- This builder for chaining.
-