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

    Interface PersonalServerIdentity

    Extended personal server identity information including connection details. This combines the base PersonalServerModel with additional metadata needed for client connections.

    interface PersonalServerIdentity {
        kind: string;
        address: string;
        public_key: string;
        base_url: string;
        name: string;
    }
    Index

    Properties

    kind: string

    Resource type identifier

    address: string

    The server's Ethereum address

    public_key: string

    The server's public key for encryption

    base_url: string

    The base URL for connecting to this server

    name: string

    Human-readable name for this server