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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public com.google.protobuf.ByteString getId()
bytes id = 1;
getId
in interface Protocol.TransactionInfoOrBuilder
public long getFee()
int64 fee = 2;
getFee
in interface Protocol.TransactionInfoOrBuilder
public long getBlockNumber()
int64 blockNumber = 3;
getBlockNumber
in interface Protocol.TransactionInfoOrBuilder
public long getBlockTimeStamp()
int64 blockTimeStamp = 4;
getBlockTimeStamp
in interface Protocol.TransactionInfoOrBuilder
public List<com.google.protobuf.ByteString> getContractResultList()
repeated bytes contractResult = 5;
getContractResultList
in interface Protocol.TransactionInfoOrBuilder
public int getContractResultCount()
repeated bytes contractResult = 5;
getContractResultCount
in interface Protocol.TransactionInfoOrBuilder
public com.google.protobuf.ByteString getContractResult(int index)
repeated bytes contractResult = 5;
getContractResult
in interface Protocol.TransactionInfoOrBuilder
public com.google.protobuf.ByteString getContractAddress()
bytes contract_address = 6;
getContractAddress
in interface Protocol.TransactionInfoOrBuilder
public boolean hasReceipt()
.protocol.ResourceReceipt receipt = 7;
hasReceipt
in interface Protocol.TransactionInfoOrBuilder
public Protocol.ResourceReceipt getReceipt()
.protocol.ResourceReceipt receipt = 7;
getReceipt
in interface Protocol.TransactionInfoOrBuilder
public Protocol.ResourceReceiptOrBuilder getReceiptOrBuilder()
.protocol.ResourceReceipt receipt = 7;
getReceiptOrBuilder
in interface Protocol.TransactionInfoOrBuilder
public List<Protocol.TransactionInfo.Log> getLogList()
repeated .protocol.TransactionInfo.Log log = 8;
getLogList
in interface Protocol.TransactionInfoOrBuilder
public List<? extends Protocol.TransactionInfo.LogOrBuilder> getLogOrBuilderList()
repeated .protocol.TransactionInfo.Log log = 8;
getLogOrBuilderList
in interface Protocol.TransactionInfoOrBuilder
public int getLogCount()
repeated .protocol.TransactionInfo.Log log = 8;
getLogCount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Log getLog(int index)
repeated .protocol.TransactionInfo.Log log = 8;
getLog
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.LogOrBuilder getLogOrBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8;
getLogOrBuilder
in interface Protocol.TransactionInfoOrBuilder
public int getResultValue()
.protocol.TransactionInfo.code result = 9;
getResultValue
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.code getResult()
.protocol.TransactionInfo.code result = 9;
getResult
in interface Protocol.TransactionInfoOrBuilder
public com.google.protobuf.ByteString getResMessage()
bytes resMessage = 10;
getResMessage
in interface Protocol.TransactionInfoOrBuilder
public long getWithdrawAmount()
int64 withdraw_amount = 15;
getWithdrawAmount
in interface Protocol.TransactionInfoOrBuilder
public long getUnfreezeAmount()
int64 unfreeze_amount = 16;
getUnfreezeAmount
in interface Protocol.TransactionInfoOrBuilder
public List<Protocol.InternalTransaction> getInternalTransactionsList()
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactionsList
in interface Protocol.TransactionInfoOrBuilder
public List<? extends Protocol.InternalTransactionOrBuilder> getInternalTransactionsOrBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactionsOrBuilderList
in interface Protocol.TransactionInfoOrBuilder
public int getInternalTransactionsCount()
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactionsCount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.InternalTransaction getInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactions
in interface Protocol.TransactionInfoOrBuilder
public Protocol.InternalTransactionOrBuilder getInternalTransactionsOrBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactionsOrBuilder
in interface Protocol.TransactionInfoOrBuilder
public long getExchangeReceivedAmount()
int64 exchange_received_amount = 18;
getExchangeReceivedAmount
in interface Protocol.TransactionInfoOrBuilder
public long getExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19;
getExchangeInjectAnotherAmount
in interface Protocol.TransactionInfoOrBuilder
public long getExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20;
getExchangeWithdrawAnotherAmount
in interface Protocol.TransactionInfoOrBuilder
public long getExchangeId()
int64 exchange_id = 21;
getExchangeId
in interface Protocol.TransactionInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Protocol.TransactionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.TransactionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.TransactionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.TransactionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.TransactionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.TransactionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.TransactionInfo parseFrom(InputStream input) throws IOException
IOException
public static Protocol.TransactionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Protocol.TransactionInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Protocol.TransactionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Protocol.TransactionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Protocol.TransactionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Protocol.TransactionInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Protocol.TransactionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Protocol.TransactionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2020. All rights reserved.