pub async fn upsert_script<T: QueryLedgerState + Transactions + QueryNetwork + QueryUtxoByUtxoId, A: AwaitTx>(
plutus_script: PlutusScript,
script_id: u32,
genesis_utxo: UtxoId,
payment_key: &CardanoPaymentSigningKey,
client: &T,
await_tx: &A,
) -> Result<Option<MultiSigSmartContractResult>>
Expand description
Upserts a Plutus script into the versioning system