Module containing a contract’s types and functions.
library Common { struct CIDV1 { bytes4 prefixes; bytes32 hash; } }
Common