Interface PeerInfo
public interface PeerInfo
Peer information for plugin use.
-
Method Summary
Modifier and TypeMethodDescriptionorg.hyperledger.besu.datatypes.AddressGet the address of this peer.Get the client ID of this peer.org.apache.tuweni.bytes.BytesGet the node ID of this peer.
-
Method Details
-
getAddress
org.hyperledger.besu.datatypes.Address getAddress()Get the address of this peer.- Returns:
- peer address
-
getNodeId
org.apache.tuweni.bytes.Bytes getNodeId()Get the node ID of this peer.- Returns:
- node ID
-
getClientId
-