pub async fn create_reserve_utxo<T: QueryLedgerState + Transactions + QueryNetwork + QueryUtxoByUtxoId, A: AwaitTx>(
parameters: ReserveParameters,
genesis_utxo: UtxoId,
payment_key: &CardanoPaymentSigningKey,
client: &T,
await_tx: &A,
) -> Result<MultiSigSmartContractResult>
Expand description
Creates new reserve with the given ReserveParameters.