| Package | Description |
|---|---|
| com.github.iotexproject.grpc.api | |
| com.github.iotexproject.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
TransactionLog |
GetTransactionLogByActionHashResponseOrBuilder.getTransactionLog()
.iotextypes.TransactionLog transactionLog = 1; |
TransactionLog |
GetTransactionLogByActionHashResponse.getTransactionLog()
.iotextypes.TransactionLog transactionLog = 1; |
TransactionLog |
GetTransactionLogByActionHashResponse.Builder.getTransactionLog()
.iotextypes.TransactionLog transactionLog = 1; |
| Modifier and Type | Method and Description |
|---|---|
GetTransactionLogByActionHashResponse.Builder |
GetTransactionLogByActionHashResponse.Builder.mergeTransactionLog(TransactionLog value)
.iotextypes.TransactionLog transactionLog = 1; |
GetTransactionLogByActionHashResponse.Builder |
GetTransactionLogByActionHashResponse.Builder.setTransactionLog(TransactionLog value)
.iotextypes.TransactionLog transactionLog = 1; |
| Modifier and Type | Method and Description |
|---|---|
TransactionLog |
TransactionLog.Builder.build() |
TransactionLog |
TransactionLog.Builder.buildPartial() |
static TransactionLog |
TransactionLog.getDefaultInstance() |
TransactionLog |
TransactionLog.getDefaultInstanceForType() |
TransactionLog |
TransactionLog.Builder.getDefaultInstanceForType() |
TransactionLog |
TransactionLogsOrBuilder.getLogs(int index)
repeated .iotextypes.TransactionLog logs = 1; |
TransactionLog |
TransactionLogs.getLogs(int index)
repeated .iotextypes.TransactionLog logs = 1; |
TransactionLog |
TransactionLogs.Builder.getLogs(int index)
repeated .iotextypes.TransactionLog logs = 1; |
static TransactionLog |
TransactionLog.parseDelimitedFrom(InputStream input) |
static TransactionLog |
TransactionLog.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionLog |
TransactionLog.parseFrom(byte[] data) |
static TransactionLog |
TransactionLog.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionLog |
TransactionLog.parseFrom(ByteBuffer data) |
static TransactionLog |
TransactionLog.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionLog |
TransactionLog.parseFrom(com.google.protobuf.ByteString data) |
static TransactionLog |
TransactionLog.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionLog |
TransactionLog.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionLog |
TransactionLog.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionLog |
TransactionLog.parseFrom(InputStream input) |
static TransactionLog |
TransactionLog.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionLog> |
TransactionLogsOrBuilder.getLogsList()
repeated .iotextypes.TransactionLog logs = 1; |
List<TransactionLog> |
TransactionLogs.getLogsList()
repeated .iotextypes.TransactionLog logs = 1; |
List<TransactionLog> |
TransactionLogs.Builder.getLogsList()
repeated .iotextypes.TransactionLog logs = 1; |
com.google.protobuf.Parser<TransactionLog> |
TransactionLog.getParserForType() |
static com.google.protobuf.Parser<TransactionLog> |
TransactionLog.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransactionLogs.Builder |
TransactionLogs.Builder.addLogs(int index,
TransactionLog value)
repeated .iotextypes.TransactionLog logs = 1; |
TransactionLogs.Builder |
TransactionLogs.Builder.addLogs(TransactionLog value)
repeated .iotextypes.TransactionLog logs = 1; |
TransactionLog.Builder |
TransactionLog.Builder.mergeFrom(TransactionLog other) |
static TransactionLog.Builder |
TransactionLog.newBuilder(TransactionLog prototype) |
TransactionLogs.Builder |
TransactionLogs.Builder.setLogs(int index,
TransactionLog value)
repeated .iotextypes.TransactionLog logs = 1; |
| Modifier and Type | Method and Description |
|---|---|
TransactionLogs.Builder |
TransactionLogs.Builder.addAllLogs(Iterable<? extends TransactionLog> values)
repeated .iotextypes.TransactionLog logs = 1; |
Copyright © 2022 IoTeX Group. All rights reserved.