Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
struct SchemaRecord { bytes32 uid; bool revocable; string schema; }
function registerfunction register(string schema, bool revocable) external returns (bytes32)
schema
revocable
function getSchemafunction getSchema(bytes32 uid) external view returns (struct SchemaRecord)
uid
Registered
event Registeredevent Registered(bytes32 uid, address registerer, struct SchemaRecord schema)
Was this page helpful?