libp2p
    Preparing search index...

    Type Alias TraceAttributes

    TraceAttributes: Record<
        string,
        number
        | string
        | boolean
        | number[]
        | string[]
        | boolean[],
    >