FilOzone / pdp

Smart contracts and utilities for Proof of Data Possession
Other
2 stars 2 forks source link

Optimization - move event and struct type out of source code and into interfaces #69

Open Schwartz10 opened 1 month ago

Schwartz10 commented 1 month ago

The reason for doing this is so consuming contracts can simply import an interface, rather than all the PDP source code to access event and struct types. Will save on size for external contracts