pub async fn release_reserve_funds<T: QueryLedgerState + Transactions + QueryNetwork + QueryUtxoByUtxoId, A: AwaitTx>(
amount: NonZero<u64>,
genesis_utxo: UtxoId,
reference_utxo: UtxoId,
payment_key: &CardanoPaymentSigningKey,
client: &T,
await_tx: &A,
) -> Result<McTxHash>
Expand description
Releases funds from reserve.