cache_signatures_from_abis

Function cache_signatures_from_abis 

Source
pub fn cache_signatures_from_abis(folder_path: impl AsRef<Path>) -> Result<()>
Expand description

Traverses all files at folder_path, parses any JSON ABI files found, and caches their function/event/error signatures to the local signatures cache.