public static interface Protos.TransactionConfidenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAppearedAtHeight()
optional int32 appeared_at_height = 2; |
Protos.PeerAddress |
getBroadcastBy(int index)
repeated .wallet.PeerAddress broadcast_by = 6; |
int |
getBroadcastByCount()
repeated .wallet.PeerAddress broadcast_by = 6; |
List<Protos.PeerAddress> |
getBroadcastByList()
repeated .wallet.PeerAddress broadcast_by = 6; |
Protos.PeerAddressOrBuilder |
getBroadcastByOrBuilder(int index)
repeated .wallet.PeerAddress broadcast_by = 6; |
List<? extends Protos.PeerAddressOrBuilder> |
getBroadcastByOrBuilderList()
repeated .wallet.PeerAddress broadcast_by = 6; |
int |
getDepth()
optional int32 depth = 4; |
long |
getLastBroadcastedAt()
optional int64 last_broadcasted_at = 8; |
com.google.protobuf.ByteString |
getOverridingTransaction()
optional bytes overriding_transaction = 3; |
Protos.TransactionConfidence.Source |
getSource()
optional .wallet.TransactionConfidence.Source source = 7; |
Protos.TransactionConfidence.Type |
getType()
optional .wallet.TransactionConfidence.Type type = 1; |
boolean |
hasAppearedAtHeight()
optional int32 appeared_at_height = 2; |
boolean |
hasDepth()
optional int32 depth = 4; |
boolean |
hasLastBroadcastedAt()
optional int64 last_broadcasted_at = 8; |
boolean |
hasOverridingTransaction()
optional bytes overriding_transaction = 3; |
boolean |
hasSource()
optional .wallet.TransactionConfidence.Source source = 7; |
boolean |
hasType()
optional .wallet.TransactionConfidence.Type type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
optional .wallet.TransactionConfidence.Type type = 1;
This is optional in case we add confidence types to prevent parse errors - backwards compatible.
Protos.TransactionConfidence.Type getType()
optional .wallet.TransactionConfidence.Type type = 1;
This is optional in case we add confidence types to prevent parse errors - backwards compatible.
boolean hasAppearedAtHeight()
optional int32 appeared_at_height = 2;
If type == BUILDING then this is the chain height at which the transaction was included.
int getAppearedAtHeight()
optional int32 appeared_at_height = 2;
If type == BUILDING then this is the chain height at which the transaction was included.
boolean hasOverridingTransaction()
optional bytes overriding_transaction = 3;
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.
com.google.protobuf.ByteString getOverridingTransaction()
optional bytes overriding_transaction = 3;
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.
boolean hasDepth()
optional int32 depth = 4;
If type == BUILDING then this is the depth of the transaction in the blockchain. Zero confirmations: depth = 0, one confirmation: depth = 1 etc.
int getDepth()
optional int32 depth = 4;
If type == BUILDING then this is the depth of the transaction in the blockchain. Zero confirmations: depth = 0, one confirmation: depth = 1 etc.
List<Protos.PeerAddress> getBroadcastByList()
repeated .wallet.PeerAddress broadcast_by = 6;
Protos.PeerAddress getBroadcastBy(int index)
repeated .wallet.PeerAddress broadcast_by = 6;
int getBroadcastByCount()
repeated .wallet.PeerAddress broadcast_by = 6;
List<? extends Protos.PeerAddressOrBuilder> getBroadcastByOrBuilderList()
repeated .wallet.PeerAddress broadcast_by = 6;
Protos.PeerAddressOrBuilder getBroadcastByOrBuilder(int index)
repeated .wallet.PeerAddress broadcast_by = 6;
boolean hasLastBroadcastedAt()
optional int64 last_broadcasted_at = 8;
Millis since epoch the transaction was last announced to us.
long getLastBroadcastedAt()
optional int64 last_broadcasted_at = 8;
Millis since epoch the transaction was last announced to us.
boolean hasSource()
optional .wallet.TransactionConfidence.Source source = 7;
Protos.TransactionConfidence.Source getSource()
optional .wallet.TransactionConfidence.Source source = 7;
Copyright © 2016. All rights reserved.