Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Class Bootnode

    Bootnode class represents a single contact point in the network

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Parameters

      • id: string & pvm.WithOpaque<"peerId">

        Network address derived from the node's cryptographic public key (always 53-character?)

      • ip: string

        IP address (either IPv4 or IPv6) of the bootnode

      • port: number

        Port number on which the bootnode is listening for new connections

      Returns Bootnode

    Properties

    id: string & pvm.WithOpaque<"peerId">

    Network address derived from the node's cryptographic public key (always 53-character?)

    ip: string

    IP address (either IPv4 or IPv6) of the bootnode

    port: number

    Port number on which the bootnode is listening for new connections

    Accessors

    Methods