public static interface TransactionInfoOuterClass.TransactionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSignedTransactionHash()
Hash of the signed transaction that is stored
bytes signed_transaction_hash = 1;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;com.google.protobuf.ByteString getEventRootHash()
The root hash of Merkle Accumulator storing all events emitted during this transaction.
bytes event_root_hash = 3;long getGasUsed()
The amount of gas used by this transaction.
uint64 gas_used = 4;Copyright © 2019. All rights reserved.