Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- runKeyCmds :: KeyCmds -> ExceptT KeyCmdError IO ()
- runConvertByronGenesisVKeyCmd :: KeyConvertByronGenesisVKeyCmdArgs -> ExceptT KeyCmdError IO ()
- runConvertByronKeyCmd :: KeyConvertByronKeyCmdArgs -> ExceptT KeyCmdError IO ()
- runConvertCardanoAddressKeyCmd :: KeyConvertCardanoAddressKeyCmdArgs -> ExceptT KeyCmdError IO ()
- runConvertITNBip32KeyCmd :: KeyConvertITNBip32KeyCmdArgs -> ExceptT KeyCmdError IO ()
- runConvertITNExtendedKeyCmd :: KeyConvertITNExtendedKeyCmdArgs -> ExceptT KeyCmdError IO ()
- runConvertITNKeyCmd :: KeyConvertITNKeyCmdArgs -> ExceptT KeyCmdError IO ()
- runNonExtendedKeyCmd :: KeyNonExtendedKeyCmdArgs -> ExceptT KeyCmdError IO ()
- runVerificationKeyCmd :: KeyVerificationKeyCmdArgs -> ExceptT KeyCmdError IO ()
- ccColdSkeyDesc :: TextEnvelopeDescr
- ccColdVkeyDesc :: TextEnvelopeDescr
- ccHotSkeyDesc :: TextEnvelopeDescr
- ccHotVkeyDesc :: TextEnvelopeDescr
- drepSkeyDesc :: TextEnvelopeDescr
- drepVkeyDesc :: TextEnvelopeDescr
- genesisVkeyDesc :: TextEnvelopeDescr
- genesisVkeyDelegateDesc :: TextEnvelopeDescr
- stakeVkeyDesc :: TextEnvelopeDescr
- paymentVkeyDesc :: TextEnvelopeDescr
- decodeBech32 :: Text -> Either Bech32DecodeError (HumanReadablePart, DataPart, ByteString)
Documentation
runKeyCmds :: KeyCmds -> ExceptT KeyCmdError IO () Source #
runConvertByronGenesisVKeyCmd :: KeyConvertByronGenesisVKeyCmdArgs -> ExceptT KeyCmdError IO () Source #
runConvertCardanoAddressKeyCmd :: KeyConvertCardanoAddressKeyCmdArgs -> ExceptT KeyCmdError IO () Source #
runConvertITNExtendedKeyCmd :: KeyConvertITNExtendedKeyCmdArgs -> ExceptT KeyCmdError IO () Source #
Exports for testing
decodeBech32 :: Text -> Either Bech32DecodeError (HumanReadablePart, DataPart, ByteString) Source #
Decode a Bech32-encoded string.