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

    Interface ServerInfo

    Contract ServerInfo structure returned from the contract

    interface ServerInfo {
        id: bigint;
        owner: `0x${string}`;
        serverAddress: `0x${string}`;
        publicKey: string;
        url: string;
    }
    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