Application Programming Interface
Cherry Node IPFS Features
Ownerships
Share your files with other accounts through OwnershipLayers (Owner, Editor, Reader). You can give and/or revoke the OwnershipLayer of any account as long as your are the Owner of the IPFS asset.
Unpin any IPFS asset that you do not want to share anymore.
Callable functions in Cherry
- create_ipfs_asset: Create the file you want to upload.
- pin_ipfs_asset: Pin
- unpin_ipfs_asset: Unpins an IPFS Asset and make it available for garbage collection
- delete_ipfs_asset: Deletes the IPFS Asset from the storage
- add_owner: Add an Owner(Owner, Editor, Reader) to the given IPFS Asset
- remove_ownership: Removes any kind of ownership of the given Account from the given IPFS Asset
- change_ownership: Change the ownership of a given Account of then given IPFS Asset
Last updated
