本文へスキップ

admin_removePeer

The removePeer is an administrative method that requests removing a node from the list of tracked static nodes.

The method accepts a single argument kni, which means "Kaia Network Identifier". It is similar to the enode concept in the geth. It is URL of the remote peer to be removed from a list and returns a BOOL indicating whether the peer was removed or some error occurred.

JSONRPC: admin_removePeer

Request

Responses

true if the peer was accepted, false otherwise.

ページを改善してください。