Library for constants, structs, and helper functions used for IP.

MetadataV1

Core metadata to associate with each IP.

struct MetadataV1 {
  string name;
  bytes32 hash;
  uint64 registrationDate;
  address registrant;
  string uri;
}