Protos.Transaction.Purpose |
Protos.TransactionOrBuilder.getPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
|
Protos.Transaction.Purpose |
Protos.Transaction.getPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
|
Protos.Transaction.Purpose |
Protos.Transaction.Builder.getPurpose()
optional .wallet.Transaction.Purpose purpose = 10 [default = UNKNOWN];
|
static Protos.Transaction.Purpose |
Protos.Transaction.Purpose.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.Transaction.Purpose |
Protos.Transaction.Purpose.valueOf(int value) |
static Protos.Transaction.Purpose |
Protos.Transaction.Purpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protos.Transaction.Purpose[] |
Protos.Transaction.Purpose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|