Safe Haskell | None |
---|---|
Language | Haskell2010 |
IPFS client functions
Synopsis
- ipfsAdd :: FilePath -> BlockfrostClient IPFSAdd
- ipfsGateway :: Text -> BlockfrostClient IPFSData
- ipfsGetPin :: Text -> BlockfrostClient IPFSPin
- ipfsListPins :: BlockfrostClient [IPFSPin]
- ipfsListPins' :: Paged -> SortOrder -> BlockfrostClient [IPFSPin]
- ipfsPin :: Text -> BlockfrostClient IPFSPinChange
- ipfsRemovePin :: Text -> BlockfrostClient IPFSPinChange
Documentation
ipfsGateway :: Text -> BlockfrostClient IPFSData Source #
Fetch file via API
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
.
ipfsPin :: Text -> BlockfrostClient IPFSPinChange Source #
Pin an object
ipfsRemovePin :: Text -> BlockfrostClient IPFSPinChange Source #
Remove pinned object from local storage