tuweni / org.apache.tuweni.devp2p.eth / Status / <init>

<init>

Status(protocolVersion: Int, networkID: UInt256, totalDifficulty: UInt256, bestHash: Bytes32, genesisHash: Bytes32, forkHash: Bytes?, forkBlock: Long?)

Peer status information

Parameters

protocolVersion - ETH subprotocol version

networkID - the network ID

totalDifficulty - the total difficulty known to the peer

bestHash - best block hash known to the peer

genesisHash - genesis hash used by peer

forkHash - the hash of the fork if known

forkBlock - the fork block number if known