public static enum Protos.Transaction.Purpose extends Enum<Protos.Transaction.Purpose> implements com.google.protobuf.ProtocolMessageEnum
wallet.Transaction.Purpose
For what purpose the transaction was created.
Enum Constant and Description |
---|
ASSURANCE_CONTRACT_CLAIM
ASSURANCE_CONTRACT_CLAIM = 3; |
ASSURANCE_CONTRACT_PLEDGE
ASSURANCE_CONTRACT_PLEDGE = 4; |
ASSURANCE_CONTRACT_STUB
ASSURANCE_CONTRACT_STUB = 5; |
KEY_ROTATION
KEY_ROTATION = 2; |
RAISE_FEE
RAISE_FEE = 6; |
UNKNOWN
UNKNOWN = 0; |
USER_PAYMENT
USER_PAYMENT = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
ASSURANCE_CONTRACT_CLAIM_VALUE
ASSURANCE_CONTRACT_CLAIM = 3; |
static int |
ASSURANCE_CONTRACT_PLEDGE_VALUE
ASSURANCE_CONTRACT_PLEDGE = 4; |
static int |
ASSURANCE_CONTRACT_STUB_VALUE
ASSURANCE_CONTRACT_STUB = 5; |
static int |
KEY_ROTATION_VALUE
KEY_ROTATION = 2; |
static int |
RAISE_FEE_VALUE
RAISE_FEE = 6; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
static int |
USER_PAYMENT_VALUE
USER_PAYMENT = 1; |
Modifier and Type | Method and Description |
---|---|
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.Transaction.Purpose> |
internalGetValueMap() |
static Protos.Transaction.Purpose |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.Transaction.Purpose |
valueOf(int value) |
static Protos.Transaction.Purpose |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protos.Transaction.Purpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protos.Transaction.Purpose UNKNOWN
UNKNOWN = 0;
Old wallets or the purpose genuinely is a mystery (e.g. imported from some external source).
public static final Protos.Transaction.Purpose USER_PAYMENT
USER_PAYMENT = 1;
Created in response to a user request for payment. This is the normal case.
public static final Protos.Transaction.Purpose KEY_ROTATION
KEY_ROTATION = 2;
Created automatically to move money from rotated keys.
public static final Protos.Transaction.Purpose ASSURANCE_CONTRACT_CLAIM
ASSURANCE_CONTRACT_CLAIM = 3;
Stuff used by Lighthouse.
public static final Protos.Transaction.Purpose ASSURANCE_CONTRACT_PLEDGE
ASSURANCE_CONTRACT_PLEDGE = 4;
public static final Protos.Transaction.Purpose ASSURANCE_CONTRACT_STUB
ASSURANCE_CONTRACT_STUB = 5;
public static final Protos.Transaction.Purpose RAISE_FEE
RAISE_FEE = 6;
Raise fee, e.g. child-pays-for-parent.
public static final int UNKNOWN_VALUE
UNKNOWN = 0;
Old wallets or the purpose genuinely is a mystery (e.g. imported from some external source).
public static final int USER_PAYMENT_VALUE
USER_PAYMENT = 1;
Created in response to a user request for payment. This is the normal case.
public static final int KEY_ROTATION_VALUE
KEY_ROTATION = 2;
Created automatically to move money from rotated keys.
public static final int ASSURANCE_CONTRACT_CLAIM_VALUE
ASSURANCE_CONTRACT_CLAIM = 3;
Stuff used by Lighthouse.
public static final int ASSURANCE_CONTRACT_PLEDGE_VALUE
ASSURANCE_CONTRACT_PLEDGE = 4;
public static final int ASSURANCE_CONTRACT_STUB_VALUE
ASSURANCE_CONTRACT_STUB = 5;
public static final int RAISE_FEE_VALUE
RAISE_FEE = 6;
Raise fee, e.g. child-pays-for-parent.
public static Protos.Transaction.Purpose[] values()
for (Protos.Transaction.Purpose c : Protos.Transaction.Purpose.values()) System.out.println(c);
public static Protos.Transaction.Purpose valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static Protos.Transaction.Purpose valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Protos.Transaction.Purpose> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Protos.Transaction.Purpose valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016. All rights reserved.