pub async fn upsert_d_param<C: QueryLedgerState + QueryNetwork + Transactions + QueryUtxoByUtxoId, A: AwaitTx>(
genesis_utxo: UtxoId,
d_parameter: &DParameter,
payment_signing_key: &CardanoPaymentSigningKey,
client: &C,
await_tx: &A,
) -> Result<Option<MultiSigSmartContractResult>>Expand description
This function upserts D-param. Arguments:
genesis_utxo: UTxO identifying the Partner Chain.d_parameter: [DParameter] to be upserted.payment_signing_key: Signing key of the party paying fees.await_tx: AwaitTx strategy.