tuweni / org.apache.tuweni.eth.repository / TransactionReceiptFields

TransactionReceiptFields

enum class TransactionReceiptFields (source)

Transaction receipt index fields.

Parameters

fieldName - the name to use when indexing the field with Lucene.

Enum Values

INDEX

Index of a transaction in a block

TRANSACTION_HASH

Hash of a transaction

BLOCK_HASH

Block hash

LOGGER

Logger address

LOG_TOPIC

Log topic

BLOOM_FILTER

Bloom filter value

STATE_ROOT

State root

CUMULATIVE_GAS_USED

Cumulative gas used

STATUS

Status of the transaction

Properties

fieldName

the name to use when indexing the field with Lucene.

val fieldName: String