snowstorm
    Preparing search index...

    Type Alias RouteDescriptor

    Matches the definition in the golang part of Yukigo too.

    A |Route| contains a specific Path, and list of AddrInfos.

    type RouteDescriptor = {
        ID: string;
        Name: string;
        Path: {
            AddrInfo: { Multiaddrs: string[]; PeerID: string }[];
            Policy: string;
        }[];
        TTL: number;
    }
    Index

    Properties

    Properties

    ID: string
    Name: string
    Path: { AddrInfo: { Multiaddrs: string[]; PeerID: string }[]; Policy: string }[]
    TTL: number