| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.CLI.EraIndependent.Address.Run
Documentation
runAddressCmds :: AddressCmds -> CIO e () Source #
runAddressBuildCmd :: PaymentVerifier -> Maybe StakeIdentifier -> NetworkId -> Maybe (File () 'Out) -> CIO e () Source #
runAddressKeyGenCmd :: Vary '[FormatBech32, FormatTextEnvelope] -> AddressKeyType -> VerificationKeyFile 'Out -> SigningKeyFile 'Out -> CIO e () Source #
runAddressKeyHashCmd :: VerificationKeyTextOrFile -> Maybe (File () 'Out) -> CIO e () Source #
buildShelleyAddress :: VerificationKey PaymentKey -> Maybe StakeIdentifier -> NetworkId -> CIO e (Address ShelleyAddr) Source #
generateAndWriteKeyFiles :: (Key keyrole, HasTypeProxy keyrole, SerialiseAsBech32 (SigningKey keyrole), SerialiseAsBech32 (VerificationKey keyrole)) => Vary '[FormatBech32, FormatTextEnvelope] -> AsType keyrole -> VerificationKeyFile 'Out -> SigningKeyFile 'Out -> CIO e (VerificationKey keyrole, SigningKey keyrole) Source #