pub fn get_rows_from_register(
    ledger_lines: Vec<String>
) -> Vec<CommonTransaction>
Expand description

Parse raw lines from the ledger register output and get RegisterRow.