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

Properties

Properties

peer?: Uint8Array
tag?: string
weight?: bigint