public static final class Protocol.TransactionInfo extends com.google.protobuf.GeneratedMessageV3 implements Protocol.TransactionInfoOrBuilder
protocol.TransactionInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Protocol.TransactionInfo.Builder
Protobuf type
protocol.TransactionInfo |
static class |
Protocol.TransactionInfo.code
Protobuf enum
protocol.TransactionInfo.code |
static class |
Protocol.TransactionInfo.Log
Protobuf type
protocol.TransactionInfo.Log |
static interface |
Protocol.TransactionInfo.LogOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCKNUMBER_FIELD_NUMBER |
static int |
BLOCKTIMESTAMP_FIELD_NUMBER |
static int |
CONTRACT_ADDRESS_FIELD_NUMBER |
static int |
CONTRACTRESULT_FIELD_NUMBER |
static int |
EXCHANGE_ID_FIELD_NUMBER |
static int |
EXCHANGE_INJECT_ANOTHER_AMOUNT_FIELD_NUMBER |
static int |
EXCHANGE_RECEIVED_AMOUNT_FIELD_NUMBER |
static int |
EXCHANGE_WITHDRAW_ANOTHER_AMOUNT_FIELD_NUMBER |
static int |
FEE_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
INTERNAL_TRANSACTIONS_FIELD_NUMBER |
static int |
LOG_FIELD_NUMBER |
static int |
RECEIPT_FIELD_NUMBER |
static int |
RESMESSAGE_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
static int |
UNFREEZE_AMOUNT_FIELD_NUMBER |
static int |
WITHDRAW_AMOUNT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
static Protocol.TransactionInfo |
getDefaultInstance() |
Protocol.TransactionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<Protocol.TransactionInfo> |
getParserForType() |
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; |
int |
getSerializedSize() |
long |
getUnfreezeAmount()
int64 unfreeze_amount = 16; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getWithdrawAmount()
int64 withdraw_amount = 15; |
int |
hashCode() |
boolean |
hasReceipt()
.protocol.ResourceReceipt receipt = 7; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protocol.TransactionInfo.Builder |
newBuilder() |
static Protocol.TransactionInfo.Builder |
newBuilder(Protocol.TransactionInfo prototype) |
Protocol.TransactionInfo.Builder |
newBuilderForType() |
protected Protocol.TransactionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protocol.TransactionInfo |
parseDelimitedFrom(InputStream input) |
static Protocol.TransactionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.TransactionInfo |
parseFrom(byte[] data) |
static Protocol.TransactionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.TransactionInfo |
parseFrom(ByteBuffer data) |
static Protocol.TransactionInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.TransactionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Protocol.TransactionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.TransactionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protocol.TransactionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.TransactionInfo |
parseFrom(InputStream input) |
static Protocol.TransactionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Protocol.TransactionInfo> |
parser() |
Protocol.TransactionInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ID_FIELD_NUMBER
public static final int FEE_FIELD_NUMBER
public static final int BLOCKNUMBER_FIELD_NUMBER
public static final int BLOCKTIMESTAMP_FIELD_NUMBER
public static final int CONTRACTRESULT_FIELD_NUMBER
public static final int CONTRACT_ADDRESS_FIELD_NUMBER
public static final int RECEIPT_FIELD_NUMBER
public static final int LOG_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
public static final int RESMESSAGE_FIELD_NUMBER
public static final int WITHDRAW_AMOUNT_FIELD_NUMBER
public static final int UNFREEZE_AMOUNT_FIELD_NUMBER
public static final int INTERNAL_TRANSACTIONS_FIELD_NUMBER
public static final int EXCHANGE_RECEIVED_AMOUNT_FIELD_NUMBER
public static final int EXCHANGE_INJECT_ANOTHER_AMOUNT_FIELD_NUMBER
public static final int EXCHANGE_WITHDRAW_ANOTHER_AMOUNT_FIELD_NUMBER
public static final int EXCHANGE_ID_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ByteString getId()
bytes id = 1;getId in interface Protocol.TransactionInfoOrBuilderpublic long getFee()
int64 fee = 2;getFee in interface Protocol.TransactionInfoOrBuilderpublic long getBlockNumber()
int64 blockNumber = 3;getBlockNumber in interface Protocol.TransactionInfoOrBuilderpublic long getBlockTimeStamp()
int64 blockTimeStamp = 4;getBlockTimeStamp in interface Protocol.TransactionInfoOrBuilderpublic List<com.google.protobuf.ByteString> getContractResultList()
repeated bytes contractResult = 5;getContractResultList in interface Protocol.TransactionInfoOrBuilderpublic int getContractResultCount()
repeated bytes contractResult = 5;getContractResultCount in interface Protocol.TransactionInfoOrBuilderpublic com.google.protobuf.ByteString getContractResult(int index)
repeated bytes contractResult = 5;getContractResult in interface Protocol.TransactionInfoOrBuilderpublic com.google.protobuf.ByteString getContractAddress()
bytes contract_address = 6;getContractAddress in interface Protocol.TransactionInfoOrBuilderpublic boolean hasReceipt()
.protocol.ResourceReceipt receipt = 7;hasReceipt in interface Protocol.TransactionInfoOrBuilderpublic Protocol.ResourceReceipt getReceipt()
.protocol.ResourceReceipt receipt = 7;getReceipt in interface Protocol.TransactionInfoOrBuilderpublic Protocol.ResourceReceiptOrBuilder getReceiptOrBuilder()
.protocol.ResourceReceipt receipt = 7;getReceiptOrBuilder in interface Protocol.TransactionInfoOrBuilderpublic List<Protocol.TransactionInfo.Log> getLogList()
repeated .protocol.TransactionInfo.Log log = 8;getLogList in interface Protocol.TransactionInfoOrBuilderpublic List<? extends Protocol.TransactionInfo.LogOrBuilder> getLogOrBuilderList()
repeated .protocol.TransactionInfo.Log log = 8;getLogOrBuilderList in interface Protocol.TransactionInfoOrBuilderpublic int getLogCount()
repeated .protocol.TransactionInfo.Log log = 8;getLogCount in interface Protocol.TransactionInfoOrBuilderpublic Protocol.TransactionInfo.Log getLog(int index)
repeated .protocol.TransactionInfo.Log log = 8;getLog in interface Protocol.TransactionInfoOrBuilderpublic Protocol.TransactionInfo.LogOrBuilder getLogOrBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8;getLogOrBuilder in interface Protocol.TransactionInfoOrBuilderpublic int getResultValue()
.protocol.TransactionInfo.code result = 9;getResultValue in interface Protocol.TransactionInfoOrBuilderpublic Protocol.TransactionInfo.code getResult()
.protocol.TransactionInfo.code result = 9;getResult in interface Protocol.TransactionInfoOrBuilderpublic com.google.protobuf.ByteString getResMessage()
bytes resMessage = 10;getResMessage in interface Protocol.TransactionInfoOrBuilderpublic long getWithdrawAmount()
int64 withdraw_amount = 15;getWithdrawAmount in interface Protocol.TransactionInfoOrBuilderpublic long getUnfreezeAmount()
int64 unfreeze_amount = 16;getUnfreezeAmount in interface Protocol.TransactionInfoOrBuilderpublic List<Protocol.InternalTransaction> getInternalTransactionsList()
repeated .protocol.InternalTransaction internal_transactions = 17;getInternalTransactionsList in interface Protocol.TransactionInfoOrBuilderpublic List<? extends Protocol.InternalTransactionOrBuilder> getInternalTransactionsOrBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17;getInternalTransactionsOrBuilderList in interface Protocol.TransactionInfoOrBuilderpublic int getInternalTransactionsCount()
repeated .protocol.InternalTransaction internal_transactions = 17;getInternalTransactionsCount in interface Protocol.TransactionInfoOrBuilderpublic Protocol.InternalTransaction getInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;getInternalTransactions in interface Protocol.TransactionInfoOrBuilderpublic Protocol.InternalTransactionOrBuilder getInternalTransactionsOrBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;getInternalTransactionsOrBuilder in interface Protocol.TransactionInfoOrBuilderpublic long getExchangeReceivedAmount()
int64 exchange_received_amount = 18;getExchangeReceivedAmount in interface Protocol.TransactionInfoOrBuilderpublic long getExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19;getExchangeInjectAnotherAmount in interface Protocol.TransactionInfoOrBuilderpublic long getExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20;getExchangeWithdrawAnotherAmount in interface Protocol.TransactionInfoOrBuilderpublic long getExchangeId()
int64 exchange_id = 21;getExchangeId in interface Protocol.TransactionInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Protocol.TransactionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.TransactionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.TransactionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.TransactionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.TransactionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.TransactionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.TransactionInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static Protocol.TransactionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Protocol.TransactionInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Protocol.TransactionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Protocol.TransactionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Protocol.TransactionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Protocol.TransactionInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Protocol.TransactionInfo.Builder newBuilder()
public static Protocol.TransactionInfo.Builder newBuilder(Protocol.TransactionInfo prototype)
public Protocol.TransactionInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Protocol.TransactionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Protocol.TransactionInfo getDefaultInstance()
public static com.google.protobuf.Parser<Protocol.TransactionInfo> parser()
public com.google.protobuf.Parser<Protocol.TransactionInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Protocol.TransactionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.