create_vec_of_vec_of_string

Function create_vec_of_vec_of_string 

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