Logo FsShelter

PeerEndpoint Module

Functions and values

Function or value Description

PeerEndpoint.make host port

Full Usage: PeerEndpoint.make host port

Parameters:
    host : string
    port : int

Returns: PeerEndpoint
host : string
port : int
Returns: PeerEndpoint

PeerEndpoint.ofString s

Full Usage: PeerEndpoint.ofString s

Parameters:
    s : string

Returns: Result<PeerEndpoint, string>
s : string
Returns: Result<PeerEndpoint, string>

PeerEndpoint.ofStringList s

Full Usage: PeerEndpoint.ofStringList s

Parameters:
    s : string

Returns: Result<PeerEndpoint list, string>
s : string
Returns: Result<PeerEndpoint list, string>

PeerEndpoint.toString ep

Full Usage: PeerEndpoint.toString ep

Parameters:
Returns: string
ep : PeerEndpoint
Returns: string

Type something to start searching.