IP.sol Suggest EditsLibrary for constants, structs, and helper functions used for IP. MetadataV1 Core metadata to associate with each IP. Soliditystruct MetadataV1 { string name; bytes32 hash; uint64 registrationDate; address registrant; string uri; } Updated 2 months ago Table of Contents MetadataV1