Package dev.enola.cas

Interface IdStore


public interface IdStore
IdStore stores links of IDs of bytes to CIDs.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.ipfs.cid.Cid
    get(Bytes link)
     
    void
    link(ByteSeq bytes, io.ipfs.cid.Cid cid)
     
  • Method Details