The Sylo Data Verification pallet provides functionality for registering resolvers and verifying data through validation records. It allows users to create, update, and delete validation records that can be used to verify the authenticity and integrity of data.
Create a new validation record.The caller will be set as the record’s author.For any specified resolvers which use the reserved sylo resolver method, those resolvers must already be registered and exist in storage.The initial record entry will use the current system block for the block value.Namespace
Add a new entry to an existing validation record.The current block will be used as the entry’s block number.Caller must be the author of the record.Namespace
Update a validation record’s fields. The call takes in an Option value for the fields: resolvers, data_type, and tags.Setting those fields to Some value will update the field in storage, whilst setting to None will be a no-op.Caller must be the author of the record.Namespace