Protected
Readonly
state$Static
STREAM_Static
STREAM_Make a commit to update the document
Object containing the DID making (and signing) the commit
Optional
newMetadata: TileMetadataArgsUpdate the contents of an existing Tile document based on a JSON-patch diff from the existing contents to the desired new contents
JSON patch diff of document contents
Additional options
Update an existing Tile document.
New content to replace old content
Optional
metadata: TileMetadataArgsChanges to make to the metadata. Only fields that are specified will be changed.
Additional options
Static
createCreates a Tile document.
Interface to write to ceramic network
Genesis contents. If 'null', then no signature is required to make the genesis commit
Optional
metadata: TileMetadataArgsGenesis metadata
Additional options
Static
createCreate Tile document from genesis commit
Interface to write to ceramic network
Genesis commit (first commit in document log)
Additional options
Static
deterministicCreates a deterministic Tile document.
Interface to write to ceramic network
Genesis metadata
Additional options
Static
loadLoads a Tile document from a given StreamID
Interface for reading streams from ceramic network
StreamID to load. Must correspond to a TileDocument
Additional options
Static
makeCreate genesis commit.
Object containing the DID making (and signing) the commit
genesis content
genesis metadata
TileDocument stream implementation