blockfrost-client-0.2.1.0: blockfrost.io basic client
Safe HaskellNone
LanguageHaskell2010

Blockfrost.Client.IPFS

Description

IPFS client functions

Synopsis

Documentation

ipfsAdd :: FilePath -> BlockfrostClient IPFSAdd Source #

Add a file or directory to IPFS

ipfsGetPin :: Text -> BlockfrostClient IPFSPin Source #

Get pinned object details

ipfsListPins :: BlockfrostClient [IPFSPin] Source #

List objects pinned to local storage

ipfsListPins' :: Paged -> SortOrder -> BlockfrostClient [IPFSPin] Source #

List objects pinned to local storage Allows custom paging and ordering using Paged and SortOrder.

ipfsRemovePin :: Text -> BlockfrostClient IPFSPinChange Source #

Remove pinned object from local storage