interface StreamInfo {
    addr: Uint8Array;
    peer: Uint8Array;
    proto: string;
}

Properties

Properties

proto: string