public static interface Protocol.TransactionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockNumber()
int64 blockNumber = 3; |
long |
getBlockTimeStamp()
int64 blockTimeStamp = 4; |
com.google.protobuf.ByteString |
getContractAddress()
bytes contract_address = 6; |
com.google.protobuf.ByteString |
getContractResult(int index)
repeated bytes contractResult = 5; |
int |
getContractResultCount()
repeated bytes contractResult = 5; |
List<com.google.protobuf.ByteString> |
getContractResultList()
repeated bytes contractResult = 5; |
long |
getExchangeId()
int64 exchange_id = 21; |
long |
getExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19; |
long |
getExchangeReceivedAmount()
int64 exchange_received_amount = 18; |
long |
getExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20; |
long |
getFee()
int64 fee = 2; |
com.google.protobuf.ByteString |
getId()
bytes id = 1; |
Protocol.InternalTransaction |
getInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
int |
getInternalTransactionsCount()
repeated .protocol.InternalTransaction internal_transactions = 17; |
List<Protocol.InternalTransaction> |
getInternalTransactionsList()
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.InternalTransactionOrBuilder |
getInternalTransactionsOrBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
List<? extends Protocol.InternalTransactionOrBuilder> |
getInternalTransactionsOrBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Log |
getLog(int index)
repeated .protocol.TransactionInfo.Log log = 8; |
int |
getLogCount()
repeated .protocol.TransactionInfo.Log log = 8; |
List<Protocol.TransactionInfo.Log> |
getLogList()
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.LogOrBuilder |
getLogOrBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8; |
List<? extends Protocol.TransactionInfo.LogOrBuilder> |
getLogOrBuilderList()
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.ResourceReceipt |
getReceipt()
.protocol.ResourceReceipt receipt = 7; |
Protocol.ResourceReceiptOrBuilder |
getReceiptOrBuilder()
.protocol.ResourceReceipt receipt = 7; |
com.google.protobuf.ByteString |
getResMessage()
bytes resMessage = 10; |
Protocol.TransactionInfo.code |
getResult()
.protocol.TransactionInfo.code result = 9; |
int |
getResultValue()
.protocol.TransactionInfo.code result = 9; |
long |
getUnfreezeAmount()
int64 unfreeze_amount = 16; |
long |
getWithdrawAmount()
int64 withdraw_amount = 15; |
boolean |
hasReceipt()
.protocol.ResourceReceipt receipt = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getId()
bytes id = 1;
long getFee()
int64 fee = 2;
long getBlockNumber()
int64 blockNumber = 3;
long getBlockTimeStamp()
int64 blockTimeStamp = 4;
List<com.google.protobuf.ByteString> getContractResultList()
repeated bytes contractResult = 5;
int getContractResultCount()
repeated bytes contractResult = 5;
com.google.protobuf.ByteString getContractResult(int index)
repeated bytes contractResult = 5;
com.google.protobuf.ByteString getContractAddress()
bytes contract_address = 6;
boolean hasReceipt()
.protocol.ResourceReceipt receipt = 7;
Protocol.ResourceReceipt getReceipt()
.protocol.ResourceReceipt receipt = 7;
Protocol.ResourceReceiptOrBuilder getReceiptOrBuilder()
.protocol.ResourceReceipt receipt = 7;
List<Protocol.TransactionInfo.Log> getLogList()
repeated .protocol.TransactionInfo.Log log = 8;
Protocol.TransactionInfo.Log getLog(int index)
repeated .protocol.TransactionInfo.Log log = 8;
int getLogCount()
repeated .protocol.TransactionInfo.Log log = 8;
List<? extends Protocol.TransactionInfo.LogOrBuilder> getLogOrBuilderList()
repeated .protocol.TransactionInfo.Log log = 8;
Protocol.TransactionInfo.LogOrBuilder getLogOrBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8;
int getResultValue()
.protocol.TransactionInfo.code result = 9;
Protocol.TransactionInfo.code getResult()
.protocol.TransactionInfo.code result = 9;
com.google.protobuf.ByteString getResMessage()
bytes resMessage = 10;
long getWithdrawAmount()
int64 withdraw_amount = 15;
long getUnfreezeAmount()
int64 unfreeze_amount = 16;
List<Protocol.InternalTransaction> getInternalTransactionsList()
repeated .protocol.InternalTransaction internal_transactions = 17;
Protocol.InternalTransaction getInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
int getInternalTransactionsCount()
repeated .protocol.InternalTransaction internal_transactions = 17;
List<? extends Protocol.InternalTransactionOrBuilder> getInternalTransactionsOrBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17;
Protocol.InternalTransactionOrBuilder getInternalTransactionsOrBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
long getExchangeReceivedAmount()
int64 exchange_received_amount = 18;
long getExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19;
long getExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20;
long getExchangeId()
int64 exchange_id = 21;
Copyright © 2020. All rights reserved.