Function deposit_to_reserve

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

Spends current UTXO at validator address and creates a new UTXO with increased token amount