pub async fn run_list<C: QueryLedgerState + QueryNetwork + Transactions + QueryUtxoByUtxoId>(
genesis_utxo: UtxoId,
ogmios_client: &C,
) -> Result<impl Iterator<Item = GovernedMapDatum>>
Expand description
Queries all entries stored in the governed map.