Package dev.enola.cas

Interface BlobStore

All Known Implementing Classes:
IPFSBlobStore

public interface BlobStore
BlobStore stores bytes, which can then be loaded again given their CID.

This interface could be implemented with:

  • Method Summary

    Modifier and Type
    Method
    Description
    load(io.ipfs.cid.Cid cid)
     
    io.ipfs.cid.Cid
    store(ByteSource source)