SerenityJS
    Preparing search index...

    Interface NetworkIdentifier

    interface NetworkIdentifier {
        address: string;
        port: number;
        version: number;
    }
    Index

    Properties

    Properties

    address: string
    port: number
    version: number