@nexartis/nexartis-nanda-node-sdk - v1.2.2
    Preparing search index...

    Interface DetectedProtocol

    interface DetectedProtocol {
        confidence?: number;
        metadata?: Record<string, unknown>;
        type: ProtocolType;
        url?: string;
    }
    Index

    Properties

    confidence?: number
    metadata?: Record<string, unknown>
    url?: string