pub trait ImportScripts { // Required method fn import_scripts( &mut self, scripts: HashSet<Script>, timestamp: i64 ) -> bool; }