pub async fn run_init_governance<T: QueryLedgerState + Transactions + QueryNetwork + QueryUtxoByUtxoId, A: AwaitTx>(
governance_parameters: &MultiSigParameters,
payment_key: &CardanoPaymentSigningKey,
genesis_utxo_id: Option<UtxoId>,
client: &T,
await_tx: A,
) -> Result<InitGovernanceResult>
Expand description
Initializes multi-signature governance. Initialization spends provided genesis_utxo_id
or picks one from the payment_key
.
This UTxO will identify the Partner Chain.