libp2p
    Preparing search index...

    Interface ConnManagerRequest

    interface ConnManagerRequest {
        peer?: Uint8Array<ArrayBufferLike>;
        tag?: string;
        type?: ConnManagerRequest.Type;
        weight?: bigint;
    }
    Index
    peer?: Uint8Array<ArrayBufferLike>
    tag?: string
    weight?: bigint