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

NewBlockHashes

data class NewBlockHashes (source)

Constructors

<init>

NewBlockHashes(hashes: List<Pair<Hash, Long>>)

Properties

hashes

val hashes: List<Pair<Hash, Long>>

Functions

toBytes

fun toBytes(): Bytes

Companion Object Functions

read

fun read(payload: Bytes): NewBlockHashes