blockfrost-client-0.4.0.1: blockfrost.io basic client
Safe Haskell None
Language Haskell2010

Blockfrost.Client.IPFS

Description

IPFS client functions

Synopsis

Documentation

ipfsListPins :: MonadBlockfrost m => m [ IPFSPin ] Source #

List objects pinned to local storage

ipfsListPins' :: MonadBlockfrost m => Paged -> SortOrder -> m [ IPFSPin ] Source #

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

ipfsRemovePin :: MonadBlockfrost m => Text -> m IPFSPinChange Source #

Remove pinned object from local storage