Class GetNodePeersResult
Result for "info_get_peers" RPC response.
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetNodePeersResult : RpcResult
Properties
Peers
The node ID and network address of each connected peer.
Declaration
public List<Peer> Peers { get; set; }
Property Value
Type | Description |
---|---|
List<Peer> |