Module containing a contract’s types and functions.
library ERC7821 { struct Call { address to; uint256 value; bytes data; } }