multi-party-computation-controller-api
    Preparing search index...

    Utility class for building address strings.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Combines a host and a port into a host:port address string.

      Parameters

      • host: string

        Hostname or IP address.

      • port: number

        Port number.

      Returns string

      The combined address in "host:port" format.