pub async fn create_validator_utxos<T: QueryLedgerState + Transactions + QueryNetwork + QueryUtxoByUtxoId, A: AwaitTx>(
genesis_utxo: UtxoId,
amount: NonZero<u64>,
payment_key: &CardanoPaymentSigningKey,
client: &T,
await_tx: &A,
) -> Result<MultiSigSmartContractResult>
Expand description
Creates “blessed” UTXOs at the ICS (Bridge) validator.