Core Interfaces
IPatchworkMetadata
Metadata for IPatchwork721 and related contract interfaces
import”@patchwork/contracts/Patchwork721/IPatchworkMetadata.sol”;
Structs
MetadataSchema
Struct defining the overall structure of the metadata and containing entries describing each data field..
MetadataSchemaEntry
Struct defining individual entries within the metadata schema, detailing the properties and types of each data field.
Enums
FieldType
Enumeration of possible field data types. This defines the various basic data types for the fields.
FieldVisibility
Enumeration of field visibility options. Specifies whether a field is publicly accessible or private.