enum class TransactionReceiptFields
(source)
Transaction receipt index fields.
fieldName
- the name to use when indexing the field with Lucene.
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 |
fieldName |
the name to use when indexing the field with Lucene. val fieldName: String |