Interface PeerInfo


public interface PeerInfo
Peer information for plugin use.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hyperledger.besu.datatypes.Address
    Get the address of this peer.
    Get the client ID of this peer.
    org.apache.tuweni.bytes.Bytes
    Get 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

      String getClientId()
      Get the client ID of this peer.
      Returns:
      client ID