interface IpfsNodeFeatures {
    tcp: boolean;
    webRTC: boolean;
}

Properties

Properties

tcp: boolean
webRTC: boolean