Vana SDK - v0.1.0
    Preparing search index...

    Interface TrustedServerInfo

    Enhanced trusted server information with trust status

    interface TrustedServerInfo {
        serverId: `0x${string}`;
        url: string;
        isTrusted: boolean;
        trustIndex?: number;
    }
    Index

    Properties

    serverId: `0x${string}`

    Server ID (address)

    url: string

    Server URL

    isTrusted: boolean

    Whether this server is trusted by the user

    trustIndex?: number

    Index in user's trusted server list (if trusted)