pub fn create_ordered_coins(
    det_rand: &mut FastRandomContext,
    child_txs: i32,
    min_ancestors: i32
) -> Vec<TransactionRef>