Blockfrost.IPFS.Pins (Blockfrost v0.1.1) View Source
Link to this section Summary
Functions
List objects pinned to local storage.
Pinned objects are counted in your user storage quota.
Remove pinned objects from local storage
Get details about a specific pinned objet
Link to this section Functions
Specs
list_pinned_objects(Blockfrost.t(), Keyword.t()) :: {:ok, Blockfrost.Response.ListPinnedObjectsResponse.t()} | Blockfrost.HTTP.error_response()
List objects pinned to local storage.
Supports pagination.
Specs
pin_object(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.PinObjectResponse.t()} | Blockfrost.HTTP.error_response()
Pinned objects are counted in your user storage quota.
Specs
remove_object_pin(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.RemoveObjectPinResponse.t()} | Blockfrost.HTTP.error_response()
Remove pinned objects from local storage
Specs
specific_pinned_object(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.SpecificPinnedObjectResponse.t()} | Blockfrost.HTTP.error_response()
Get details about a specific pinned objet