|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Protos.TransactionConfidence.Type>
org.bitcoinj.wallet.Protos.TransactionConfidence.Type
public static enum Protos.TransactionConfidence.Type
Protobuf enum wallet.TransactionConfidence.Type
| Enum Constant Summary | |
|---|---|
BUILDING
BUILDING = 1; |
|
DEAD
DEAD = 4; |
|
NOT_IN_BEST_CHAIN
NOT_IN_BEST_CHAIN = 3; |
|
PENDING
PENDING = 2; |
|
UNKNOWN
UNKNOWN = 0; |
|
| Field Summary | |
|---|---|
static int |
BUILDING_VALUE
BUILDING = 1; |
static int |
DEAD_VALUE
DEAD = 4; |
static int |
NOT_IN_BEST_CHAIN_VALUE
NOT_IN_BEST_CHAIN = 3; |
static int |
PENDING_VALUE
PENDING = 2; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
| Method Summary | |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
|
int |
getNumber()
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
|
static com.google.protobuf.Internal.EnumLiteMap<Protos.TransactionConfidence.Type> |
internalGetValueMap()
|
static Protos.TransactionConfidence.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static Protos.TransactionConfidence.Type |
valueOf(int value)
|
static Protos.TransactionConfidence.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Protos.TransactionConfidence.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Protos.TransactionConfidence.Type UNKNOWN
UNKNOWN = 0;
public static final Protos.TransactionConfidence.Type BUILDING
BUILDING = 1;
In best chain. If and only if appeared_at_height is present.
public static final Protos.TransactionConfidence.Type PENDING
PENDING = 2;
Unconfirmed and sitting in the networks memory pools, waiting to be included in the chain.
public static final Protos.TransactionConfidence.Type NOT_IN_BEST_CHAIN
NOT_IN_BEST_CHAIN = 3;
Deprecated: equivalent to PENDING.
public static final Protos.TransactionConfidence.Type DEAD
DEAD = 4;
Either if overriding_transaction is present or transaction is dead coinbase
| Field Detail |
|---|
public static final int UNKNOWN_VALUE
UNKNOWN = 0;
public static final int BUILDING_VALUE
BUILDING = 1;
In best chain. If and only if appeared_at_height is present.
public static final int PENDING_VALUE
PENDING = 2;
Unconfirmed and sitting in the networks memory pools, waiting to be included in the chain.
public static final int NOT_IN_BEST_CHAIN_VALUE
NOT_IN_BEST_CHAIN = 3;
Deprecated: equivalent to PENDING.
public static final int DEAD_VALUE
DEAD = 4;
Either if overriding_transaction is present or transaction is dead coinbase
| Method Detail |
|---|
public static Protos.TransactionConfidence.Type[] values()
for (Protos.TransactionConfidence.Type c : Protos.TransactionConfidence.Type.values()) System.out.println(c);
public static Protos.TransactionConfidence.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Protos.TransactionConfidence.Type valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Protos.TransactionConfidence.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Protos.TransactionConfidence.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||