pub fn filter_registrations(
    min_slot: SlotNo,
    max_slot: SlotNo,
    client: Client,
    network_id: NetworkId,
    cip_36_multidelegations: bool
) -> Result<(Valids, Invalids), Box<dyn Error>>
Expand description

Query gathers all possible registration transactions Each registration is screened and marked: valid or invalid

Errors

Any errors produced by the DB get returned.