Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ByronUpdateProposalError Source #
Instances
runProposalCreation :: NetworkId -> SigningKeyFile 'In -> ProtocolVersion -> SoftwareVersion -> SystemTag -> InstallerHash -> FilePath -> ByronProtocolParametersUpdate -> ExceptT ByronUpdateProposalError IO () Source #
readByronUpdateProposal :: FilePath -> ExceptT ByronUpdateProposalError IO ByronUpdateProposal Source #
submitByronUpdateProposal :: SocketPath -> NetworkId -> FilePath -> ExceptT ByronUpdateProposalError IO () Source #