Documentation
    Preparing search index...

    Interface PeerInfo

    interface PeerInfo {
        appUrl?: string;
        icon?: string;
        id: string;
        name: string;
        publicKey: string;
        type: string;
        version: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    appUrl?: string
    icon?: string
    id: string
    name: string
    publicKey: string
    type: string
    version: string