pub fn create_vec_of_vec_of_string( number_of_utxos: usize, elements: &[BigInt], ) -> Vec<Vec<String>>