Function run_insert_with_force

Source
pub async fn run_insert_with_force<C: QueryLedgerState + QueryNetwork + Transactions + QueryUtxoByUtxoId, A: AwaitTx>(
    genesis_utxo: UtxoId,
    key: String,
    value: ByteString,
    payment_signing_key: &CardanoPaymentSigningKey,
    ogmios_client: &C,
    await_tx: &A,
) -> Result<Option<MultiSigSmartContractResult>>
Expand description

Necessary to test rare case, where two inserts for the same key are executed