devp2p-eth / org.apache.tuweni.devp2p.eth / BlockHeaders

BlockHeaders

data class BlockHeaders (source)

Constructors

<init>

BlockHeaders(headers: List<BlockHeader>)

Properties

headers

val headers: List<BlockHeader>

Functions

toBytes

fun toBytes(): Bytes

Companion Object Functions

read

fun read(payload: Bytes): BlockHeaders