net
listening(): bool
bool
interface:
api.rpc.net.listening
jsonrpc:
net_listening
summary: 클라이언트가 네트워크 연결을 활발하게 수신 대기 중이면 '참 (true)'을 반환하고, 그렇지 않으면 '거짓(false)'을 반환합니다.
peerCount(): Text
Text
interface:
api.rpc.net.peerCount
jsonrpc:
net_peerCount
summary: 노드에 연결된 피어 (peer) 수를 반환합니다.
version(): Text
Text
interface:
api.rpc.net.version
jsonrpc:
net_version
summary: 프로토콜 버전을 반환합니다.
Last updated