interface PeerstoreResponse {
    peer?: PeerInfo;
    protos: string[];
}

Properties

Properties

peer?: PeerInfo
protos: string[]