pub fn cache_signatures_from_abis(folder_path: impl AsRef<Path>) -> Result<()>
Traverses all files at folder_path, parses any JSON ABI files found, and caches their function/event/error signatures to the local signatures cache.
folder_path