pub fn replace_strings_any<T: Serialize + DeserializeOwned + Clone>(
    object: &mut T,
    contracts: &Vec<ContractInfo>
) -> Result<()>
Expand description

TODO: perhaps do this differently