The string name of the streamtype
The constructor used to instantiate an instance of the handled streamtype.
The ID number of the streamtype. This is specified by the table within CIP-59.
Applies commit to the stream (init|data|time) and returns the new StreamState. StreamHandler implementations of applyCommit are allowed to modify the input state, it is up to callers to clone the input state before calling into applyCommit if they don't want the input state modified.
Commit data
Interface for reading from and writing streams to ceramic network
Optional
state: StreamState<StreamMetadata>The existing state to apply the commit to.
Describes stream type handler functionality