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

    Interface ServerTrustStatus

    Server trust status information

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

    Properties

    serverId: `0x${string}`

    Server ID being checked

    isTrusted: boolean

    Whether the server is trusted by the user

    trustIndex?: number

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