web3-ipfs-1.0.0.0: IPFS support for Haskell Web3 library.
CopyrightAleksandr Krupenkin 2016-2021
LicenseApache-2.0
Maintainermail@akru.me
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Network.Ipfs.Api.Key

Description

Api calls with key prefix.

Synopsis

Documentation

list :: MonadIO m => IpfsT m KeyObj Source #

'List all local keypairs.

gen :: MonadIO m => Text -> Text -> IpfsT m KeyDetailsObj Source #

Create a new keypair.

rename :: MonadIO m => Text -> Text -> IpfsT m KeyRenameObj Source #

Rename a keypair.

rm :: MonadIO m => Text -> IpfsT m KeyObj Source #

Remove a keypair.