public static interface Core.TransactionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Hash |
getBlockHash()
.Hash block_hash = 7; |
Client.HashOrBuilder |
getBlockHashOrBuilder()
.Hash block_hash = 7; |
long |
getBlockNumber()
int64 block_number = 6; |
com.google.protobuf.ByteString |
getBloom()
bytes bloom = 4; |
String |
getError()
string error = 10; |
com.google.protobuf.ByteString |
getErrorBytes()
string error = 10; |
Core.LogEvent |
getLogs(int index)
repeated .LogEvent logs = 3; |
int |
getLogsCount()
repeated .LogEvent logs = 3; |
List<Core.LogEvent> |
getLogsList()
repeated .LogEvent logs = 3; |
Core.LogEventOrBuilder |
getLogsOrBuilder(int index)
repeated .LogEvent logs = 3; |
List<? extends Core.LogEventOrBuilder> |
getLogsOrBuilderList()
repeated .LogEvent logs = 3; |
com.google.protobuf.ByteString |
getReturnValue()
bytes return_value = 5; |
Core.TransactionResultStatus |
getStatus()
.TransactionResultStatus status = 2; |
int |
getStatusValue()
.TransactionResultStatus status = 2; |
Client.Hash |
getTransactionId()
.Hash transaction_id = 1; |
Client.HashOrBuilder |
getTransactionIdOrBuilder()
.Hash transaction_id = 1; |
boolean |
hasBlockHash()
.Hash block_hash = 7; |
boolean |
hasTransactionId()
.Hash transaction_id = 1; |
boolean hasTransactionId()
.Hash transaction_id = 1;Client.Hash getTransactionId()
.Hash transaction_id = 1;Client.HashOrBuilder getTransactionIdOrBuilder()
.Hash transaction_id = 1;int getStatusValue()
.TransactionResultStatus status = 2;Core.TransactionResultStatus getStatus()
.TransactionResultStatus status = 2;List<Core.LogEvent> getLogsList()
repeated .LogEvent logs = 3;Core.LogEvent getLogs(int index)
repeated .LogEvent logs = 3;int getLogsCount()
repeated .LogEvent logs = 3;List<? extends Core.LogEventOrBuilder> getLogsOrBuilderList()
repeated .LogEvent logs = 3;Core.LogEventOrBuilder getLogsOrBuilder(int index)
repeated .LogEvent logs = 3;com.google.protobuf.ByteString getBloom()
bytes bloom = 4;com.google.protobuf.ByteString getReturnValue()
bytes return_value = 5;long getBlockNumber()
int64 block_number = 6;boolean hasBlockHash()
.Hash block_hash = 7;Client.Hash getBlockHash()
.Hash block_hash = 7;Client.HashOrBuilder getBlockHashOrBuilder()
.Hash block_hash = 7;String getError()
string error = 10;com.google.protobuf.ByteString getErrorBytes()
string error = 10;Copyright © 2020. All rights reserved.