| Package | Description |
|---|---|
| com.github.iotexproject.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
static TransactionLogType |
TransactionLogType.forNumber(int value) |
TransactionLogType |
TransactionLog.TransactionOrBuilder.getType()
.iotextypes.TransactionLogType type = 5; |
TransactionLogType |
TransactionLog.Transaction.getType()
.iotextypes.TransactionLogType type = 5; |
TransactionLogType |
TransactionLog.Transaction.Builder.getType()
.iotextypes.TransactionLogType type = 5; |
static TransactionLogType |
TransactionLogType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransactionLogType |
TransactionLogType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransactionLogType |
TransactionLogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionLogType[] |
TransactionLogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TransactionLogType> |
TransactionLogType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TransactionLog.Transaction.Builder |
TransactionLog.Transaction.Builder.setType(TransactionLogType value)
.iotextypes.TransactionLogType type = 5; |
Copyright © 2022 IoTeX Group. All rights reserved.