pub async fn init_reserve_management<T: QueryLedgerState + Transactions + QueryNetwork + QueryUtxoByUtxoId, A: AwaitTx>(
genesis_utxo: UtxoId,
payment_key: &CardanoPaymentSigningKey,
client: &T,
await_tx: &A,
) -> Result<Vec<MultiSigSmartContractResult>>
Expand description
Stores smart contracts used for reserve management in the versioning system. Scripts stored are:
- Reserve Management Validator
- Reserve Management Policy
- Illiquid Circulation Supply Validator