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

    Interface RegistrationFile

    ERC-8004 Registration File (off-chain JSON at agentURI)

    interface RegistrationFile {
        type: string;
        name: string;
        description?: string;
        image?: string;
        services: ServiceEntry[];
        x402Support: boolean;
        active: boolean;
        registrations: RegistrationEntry[];
        supportedTrust?: string[];
    }
    Index

    Properties

    type: string
    name: string
    description?: string
    image?: string
    services: ServiceEntry[]
    x402Support: boolean
    active: boolean
    registrations: RegistrationEntry[]
    supportedTrust?: string[]