you could pass optional arbitrary data to adding an item or editing an item
it will be stored as a bytes
harddata or chaindata are potential names for this
the purpose is to (possibly) use stake curate for onchain storage (e.g. proof of humanity) for some use cases that need it, without having to create a separate contract to support it
Doing this will require emitting the harddata as event too, so that it can be fetched by the subgraph!
also it must be taken into account for the edits (work on this before edits)
you could pass optional arbitrary data to adding an item or editing an item it will be stored as a bytes
harddata
orchaindata
are potential names for this the purpose is to (possibly) use stake curate for onchain storage (e.g. proof of humanity) for some use cases that need it, without having to create a separate contract to support it