tuweni / org.apache.tuweni.eth.repository / BlockHeaderFields

BlockHeaderFields

enum class BlockHeaderFields (source)

Block header index fields.

Parameters

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

Enum Values

PARENT_HASH

Parent hash

OMMERS_HASH

Ommers hash

COINBASE

Coinbase address

STATE_ROOT

State root

DIFFICULTY

Difficulty

NUMBER

Block number

GAS_LIMIT

Gas limit

GAS_USED

Gas used

EXTRA_DATA

Extra data

TIMESTAMP

Timestamp of the block

TOTAL_DIFFICULTY

Total difficulty

Properties

fieldName

the name to use when indexing the field with Lucene.

val fieldName: String