Skip to content

Commit

Permalink
rustdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
  • Loading branch information
AmbientTea committed Jan 9, 2025
1 parent a676482 commit 58f9a14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions toolkit/offchain/src/update_governance/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//! Building and submitting of the transaction that changes the current governance authority
//!
//! The transaction:
//! 1. Burns the previous governance UTXO from the version oracle validator address
//! 2. Mints exactly 1 multi-sig policy token as authentication
//! 3. Produces a new governance UTXO at the version oracle validator address with a version oracle
//! Plutus datum attached that contains the script ID (32) and policy hash.
use crate::{
await_tx::AwaitTx,
csl::{
Expand Down

0 comments on commit 58f9a14

Please sign in to comment.