Learn R Programming

gethr (version 0.1.0)

admin_peers: Peers basic information

Description

admin_peers returns all the information known about the connected remote nodes at the networking granularity.

Usage

admin_peers()

Arguments

Value

Object - Properties with information about the peers.

Details

These include general information about the nodes themselves as participants of the P2P overlay protocol, as well as specialized information added by each of the running application protocols (e.g. eth, les, shh, bzz).

See Also

Other admin functions: admin_addPeer, admin_datadir, admin_nodeInfo, admin_setSolc, admin_startRPC, admin_startWS, admin_stopRPC, admin_stopWS, gethr

Examples

Run this code
# NOT RUN {
admin_peers()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab