Function update_reserve_settings

Source
pub async fn update_reserve_settings<T: QueryLedgerState + Transactions + QueryNetwork + QueryUtxoByUtxoId, A: AwaitTx>(
    genesis_utxo: UtxoId,
    payment_key: &CardanoPaymentSigningKey,
    total_accrued_function_script_hash: ScriptHash,
    client: &T,
    await_tx: &A,
) -> Result<Option<MultiSigSmartContractResult>>
Expand description

Updates reserve settings.