Type Alias GetPeerInfoResponse

Source
pub type GetPeerInfoResponse = Vec<PeerInfo>;
Expand description

Response type for the getpeerinfo RPC method.

Aliased Typeยง

pub struct GetPeerInfoResponse { /* private fields */ }