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

    Interface AgentAddr

    interface AgentAddr {
        agent_id: string;
        agent_url: string;
        api_url: string | null;
        facts_url: string | null;
        signature: string;
        signed_at: number;
        ttl_seconds: number;
    }
    Index

    Properties

    agent_id: string
    agent_url: string
    api_url: string | null
    facts_url: string | null
    signature: string
    signed_at: number
    ttl_seconds: number