JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
dev.enola.cas
Interface IdStore
public interface
IdStore
IdStore stores links of IDs of bytes to CIDs.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
io.ipfs.cid.Cid
get
(
Bytes
link)
void
link
(
ByteSeq
bytes, io.ipfs.cid.Cid cid)
Method Details
link
void
link
(
ByteSeq
bytes, io.ipfs.cid.Cid cid)
get
io.ipfs.cid.Cid
get
(
Bytes
link)