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

    Interface BatchServerInfoResult

    Result of batch server info requests

    interface BatchServerInfoResult {
        servers: Map<`0x${string}`, { url: string }>;
        failed: `0x${string}`[];
    }
    Index

    Properties

    Properties

    servers: Map<`0x${string}`, { url: string }>

    Successfully retrieved server info

    failed: `0x${string}`[]

    Server IDs that failed to retrieve