libp2p
    Preparing search index...

    Interface TraceOptions

    An object that includes a trace object that is passed onwards.

    This is used by metrics method tracing to link function calls together.

    interface TraceOptions {
        trace?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    trace?: any