Module

Ctl.Internal.Wallet.KeyFile

NodeJS-only module

#privatePaymentKeyToFile

privatePaymentKeyToFile :: FilePath -> PrivatePaymentKey -> Aff Unit

Write private payment key to file in cardano-cli envelope format

#privateStakeKeyToFile

privateStakeKeyToFile :: FilePath -> PrivateStakeKey -> Aff Unit

Write private stake key to file in cardano-cli envelope format

#formatStakeKey

formatStakeKey :: PrivateStakeKey -> String

Convert private stake key to cardano-cli envelope format.

#formatPaymentKey

formatPaymentKey :: PrivatePaymentKey -> String

Convert private payment key to cardano-cli envelope format.

Modules