The status of a connected peer in the P2P network

Implements

Constructors

  • Creates a new PeerStatus object.

    Parameters

    • __namedParameters: {
          connectionType?: string;
          networkAddress: string;
          networkType?: string;
      }
      • Optional connectionType?: string
      • networkAddress: string
      • Optional networkType?: string

    Returns PeerStatus

Properties

connectionType?: string

Connection type

networkAddress: string

Network address of the peer

networkType?: string

Network type

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc