node

Get trusted peers

get/node/peers/trusted

Response

A list of trusted peers

isTrustedboolean required
netIdstring string required

The NetID of the peer

publicKeystring string required

The peers public key encoded in Hex

Example response

[
  {
    "netId": "localhost:4000",
    "publicKey": 0,
    "isTrusted": true
  }
]

Changes