Vana SDK - v2.2.2
    Preparing search index...

    Interface TrustedServerInfo

    Enhanced trusted server information with trust status

    interface TrustedServerInfo {
        id: bigint;
        owner: `0x${string}`;
        serverAddress: `0x${string}`;
        publicKey: string;
        url: string;
        startBlock: bigint;
        endBlock: bigint;
    }
    Index

    Properties

    id: bigint

    Server ID

    owner: `0x${string}`

    Server owner address

    serverAddress: `0x${string}`

    Server address

    publicKey: string

    Server public key

    url: string

    Server URL

    startBlock: bigint

    Start block when trust relationship began

    endBlock: bigint

    End block when trust relationship ended (0 if still active)