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

    Interface NandaIndex

    interface NandaIndex {
        agent_count: number;
        agntcy_interop: boolean;
        node_id: string;
        oasf_compatible: boolean;
        privacy_endpoint?: string;
        quilt_types: string[];
        resolution_endpoint: string;
        signing_algorithm: string;
        supported_protocols: string[];
        version: string;
        well_known_keys_endpoint: string;
    }
    Index

    Properties

    agent_count: number
    agntcy_interop: boolean
    node_id: string
    oasf_compatible: boolean
    privacy_endpoint?: string
    quilt_types: string[]
    resolution_endpoint: string
    signing_algorithm: string
    supported_protocols: string[]
    version: string
    well_known_keys_endpoint: string