Core
SchemaRegistry
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function registerfunction register(string schema, bool revocable) external returns (bytes32)
| Name | Description |
|---|---|
schema | The schema data schema. |
revocable | Whether the schema allows revocations explicitly. |
| Description |
|---|
| The UID of the new schema. |
function getSchemafunction getSchema(bytes32 uid) external view returns (struct SchemaRecord)
| Name | Description |
|---|---|
uid | The UID of the schema to retrieve. |
| Description |
|---|
| The schema data members. |
function constructorconstructor() public
AlreadyExistserror AlreadyExistserror AlreadyExists()
Was this page helpful?
