/** * Initialize the module with the given data * * @param data The data to initialize the module with */ function onInstall(bytes calldata data) external { owner = data[:20]; }
bytes