Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data BootstrapWitnessError Source #
Error constructing a Shelley bootstrap witness (i.e. a Byron key witness in the Shelley era).
MissingNetworkIdOrByronAddressError | Neither a network ID nor a Byron address were provided to construct the Shelley bootstrap witness. One or the other is required. |
Instances
renderBootstrapWitnessError :: BootstrapWitnessError -> Doc ann Source #
Render an error message for a BootstrapWitnessError
.