Documentation
    Preparing search index...

    Type Alias PartialPeerInfo

    Partial peer information used to store in the cache.

    type PartialPeerInfo = {
        id: string;
        multiaddrs: string[];
    }
    Index

    Properties

    Properties

    id: string
    multiaddrs: string[]