⚠️ Deprecation Notice
ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev
title: "setSchemaUID"
Set the schema UID for an attestation.
Usage
setSchemaUID({
_schemaUID: schemaUID
});Parameters
_schemaUID
- Type:
SchemaUID | bytes32
The schema UID to set.
Returns
None