Readonly
diagnosticsApply one commit to the existing stream
Get all stream commits
Render the most recent version of a stream's contents
Create read-only stream from genesis commit
Useful when the streamId is unknown, but you have the genesis contents
Should return null if stream does not already exist instead of
current behavior, publishing to IPFS. With that change it will make sense
to rename this, e.g. loadStreamFromGenesis
Create stream from init commit
Useful when the streamId is unknown, but you have the init contents
Implementation of count queries (the 'collection/count' http endpoint) using the HTTP POST method.
Implementation of collection queries (the 'collection' http endpoint) using the HTTP POST method.
Checks for availability of subsystems that Ceramic depends on (e.g. IPFS)
Only checking for IPFS right now but checks for other subsystems can go here in the future
List pinned streams
Load multiple streams and paths using an array of multiqueries
Returns diagnostic/introspection information
Request stream to be anchored
Static
createCreate Ceramic daemon
Ceramic daemon options
Ceramic daemon implementation