public static final class TransactionInfoOuterClass.TransactionInfo extends com.google.protobuf.GeneratedMessageV3 implements TransactionInfoOuterClass.TransactionInfoOrBuilder
`TransactionInfo` is the object we store in the transaction accumulator. It consists of the transaction as well as the execution result of this transaction. This are later returned to the client so that a client can validate the treeProtobuf type
types.TransactionInfo| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionInfoOuterClass.TransactionInfo.Builder
`TransactionInfo` is the object we store in the transaction accumulator.
|
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 |
EVENT_ROOT_HASH_FIELD_NUMBER |
static int |
GAS_USED_FIELD_NUMBER |
static int |
SIGNED_TRANSACTION_HASH_FIELD_NUMBER |
static int |
STATE_ROOT_HASH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TransactionInfoOuterClass.TransactionInfo |
getDefaultInstance() |
TransactionInfoOuterClass.TransactionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getEventRootHash()
The root hash of Merkle Accumulator storing all events emitted during this
transaction.
|
long |
getGasUsed()
The amount of gas used by this transaction.
|
com.google.protobuf.Parser<TransactionInfoOuterClass.TransactionInfo> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getSignedTransactionHash()
Hash of the signed transaction that is stored
|
com.google.protobuf.ByteString |
getStateRootHash()
The root hash of Sparse Merkle Tree describing the world state at the end
of this transaction
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransactionInfoOuterClass.TransactionInfo.Builder |
newBuilder() |
static TransactionInfoOuterClass.TransactionInfo.Builder |
newBuilder(TransactionInfoOuterClass.TransactionInfo prototype) |
TransactionInfoOuterClass.TransactionInfo.Builder |
newBuilderForType() |
protected TransactionInfoOuterClass.TransactionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static TransactionInfoOuterClass.TransactionInfo |
parseDelimitedFrom(InputStream input) |
static TransactionInfoOuterClass.TransactionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(byte[] data) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(ByteBuffer data) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(InputStream input) |
static TransactionInfoOuterClass.TransactionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionInfoOuterClass.TransactionInfo> |
parser() |
TransactionInfoOuterClass.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 SIGNED_TRANSACTION_HASH_FIELD_NUMBER
public static final int STATE_ROOT_HASH_FIELD_NUMBER
public static final int EVENT_ROOT_HASH_FIELD_NUMBER
public static final int GAS_USED_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 getSignedTransactionHash()
Hash of the signed transaction that is stored
bytes signed_transaction_hash = 1;getSignedTransactionHash in interface TransactionInfoOuterClass.TransactionInfoOrBuilderpublic com.google.protobuf.ByteString getStateRootHash()
The root hash of Sparse Merkle Tree describing the world state at the end of this transaction
bytes state_root_hash = 2;getStateRootHash in interface TransactionInfoOuterClass.TransactionInfoOrBuilderpublic com.google.protobuf.ByteString getEventRootHash()
The root hash of Merkle Accumulator storing all events emitted during this transaction.
bytes event_root_hash = 3;getEventRootHash in interface TransactionInfoOuterClass.TransactionInfoOrBuilderpublic long getGasUsed()
The amount of gas used by this transaction.
uint64 gas_used = 4;getGasUsed in interface TransactionInfoOuterClass.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 TransactionInfoOuterClass.TransactionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransactionInfoOuterClass.TransactionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransactionInfoOuterClass.TransactionInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransactionInfoOuterClass.TransactionInfo.Builder newBuilder()
public static TransactionInfoOuterClass.TransactionInfo.Builder newBuilder(TransactionInfoOuterClass.TransactionInfo prototype)
public TransactionInfoOuterClass.TransactionInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransactionInfoOuterClass.TransactionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransactionInfoOuterClass.TransactionInfo getDefaultInstance()
public static com.google.protobuf.Parser<TransactionInfoOuterClass.TransactionInfo> parser()
public com.google.protobuf.Parser<TransactionInfoOuterClass.TransactionInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransactionInfoOuterClass.TransactionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.