libp2p
    Preparing search index...

    Interface NodeInfo

    Metadata about the current node

    interface NodeInfo {
        name: string;
        userAgent: string;
        version: string;
    }
    Index

    Properties

    name: string

    The implementation name

    userAgent: string

    A string that contains information about the implementation and runtime

    version: string

    The implementation version