Function run_remove

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

Removes an entry from the governed map. If the key doesn’t exist in the map a transaction is not submitted and the operation succeeds.