Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ouroboros.Cardano.Network.ArgumentsExtra
Synopsis
- data ExtraArguments (m :: Type -> Type) = ExtraArguments {}
- cardanoExtraArgsToPeerSelectionActions :: forall (m :: Type -> Type). ExtraArguments m -> ExtraPeerSelectionActions m
Documentation
data ExtraArguments (m :: Type -> Type) Source #
Cardano Node specific (extra) arguments to be passed to diffusion.
Constructors
ExtraArguments | |
Fields
|
cardanoExtraArgsToPeerSelectionActions :: forall (m :: Type -> Type). ExtraArguments m -> ExtraPeerSelectionActions m Source #