libp2p
    Preparing search index...

    Interface MessageStreamTimeline

    An object that records the times of various events

    interface MessageStreamTimeline {
        close?: number;
        open: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    close?: number

    A timestamp of when the message stream was closed for both reading and writing by both ends of the stream

    open: number

    A timestamp of when the message stream was opened