Solidity API
Contract: SchemaRegistry
The global schema registry.register
Parameters
| Name | Description |
|---|---|
schema | The schema data schema. |
revocable | Whether the schema allows revocations explicitly. |
Return Values
| Description |
|---|
| The UID of the new schema. |
getSchema
Parameters
| Name | Description |
|---|---|
uid | The UID of the schema to retrieve. |
Return Values
| Description |
|---|
| The schema data members. |

