pub fn store_proposals_into_file(
    path: &Path,
    proposals: Vec<Value>
) -> Result<(), Error>