pub async fn get_scripts_data_with_ogmios(
genesis_utxo: UtxoId,
client: &impl QueryNetwork,
) -> Result<ScriptsData>
Expand description
Returns ScriptsData of the smart contracts for the partner chain identified by genesis_utxo
,
for the network configured in client
.