cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.EraBased.StakePool.Internal.Relay

Synopsis

Documentation

validateStakePoolRelays :: NetworkId -> [StakePoolRelay] -> CIO e () Source #

Check that every relay is reachable, by connecting to it with pingClients'. Fails with the collected errors if any relay cannot be reached. This requires network access to the relays.

stakePoolRelayToAddr :: StakePoolRelay -> CIO e [Address ('Unresolved 'SRVOrFilePathUnresolved)] Source #