pub fn method_election_lines(
events: &[LedgerEvent],
voided: &BTreeSet<EventId>,
) -> Vec<ElectionLine>Expand description
The MethodElection standing-order history, sorted by decision_seq for a stable total order;
each note marks in-force / voided / backdated. Shared by verify’s Standing-orders block and
config’s forward-method read-back (UX-P4-12(c)).