T402 API Reference - v2.8.0
    Preparing search index...

    Interface ResolvedAgent

    Resolved agent = on-chain identity + fetched registration file

    interface ResolvedAgent {
        agentId: bigint;
        owner: `0x${string}`;
        agentURI: string;
        agentWallet: `0x${string}`;
        registry: AgentRegistry;
        registration: RegistrationFile;
    }

    Hierarchy (View Summary)

    Index

    Properties

    agentId: bigint
    owner: `0x${string}`
    agentURI: string
    agentWallet: `0x${string}`
    registry: AgentRegistry
    registration: RegistrationFile