Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.22 KB

net.md

File metadata and controls

74 lines (52 loc) · 1.22 KB

Net module

net.localEnode

Invocation
net.localEnode
This method doesn't have parameters.
Returned type Description
String

{% tabs %} {% tab title="Example request of net.localEnode" %}

net.localEnode

{% endtab %} {% endtabs %}

See also JSON RPC net_localEnode

net.peerCount

Invocation
net.peerCount
This method doesn't have parameters.
Returned type Description
Quantity

{% tabs %} {% tab title="Example request of net.peerCount" %}

net.peerCount

{% endtab %} {% endtabs %}

See also JSON RPC net_peerCount

net.version

Invocation
net.version
This method doesn't have parameters.
Returned type Description
String

{% tabs %} {% tab title="Example request of net.version" %}

net.version

{% endtab %} {% endtabs %}

See also JSON RPC net_version