The metadata service interface under contracts/property-token/src/metadata/service.rs is referenced by ipfs-metadata, third-party and analytics. Move the trait to contracts/traits/src/metadata.rs so it is reusable and reduces duplicated declarations.
Mirror the existing contracts/traits/src/property.rs style.
The metadata service interface under
contracts/property-token/src/metadata/service.rsis referenced by ipfs-metadata, third-party and analytics. Move the trait tocontracts/traits/src/metadata.rsso it is reusable and reduces duplicated declarations.Mirror the existing
contracts/traits/src/property.rsstyle.