pub async fn run_get<C: QueryLedgerState + QueryNetwork + Transactions + QueryUtxoByUtxoId>(
genesis_utxo: UtxoId,
key: String,
ogmios_client: &C,
) -> Result<Option<ByteString>>
Expand description
Queries the provided key
from the governed map.