Skip to content

Commit

Permalink
Update identity.move
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 authored Nov 22, 2024
1 parent 60da17d commit 1250f40
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ module iota_identity::identity {
executed: bool,
}

/// Event emitted when a `Proposal` with `ID` `proposal` has reached the AC threshold and
/// Event emitted when a `Proposal` has reached the AC threshold and
/// can now be executed.
/// `T` is the proposal's action type.
public struct ProposalApproved has copy, drop {
/// ID of the `Identity` owning the proposal.
identity: ID,
/// ID of the created `Proposal`.
proposal: ID,
}

Expand Down

0 comments on commit 1250f40

Please sign in to comment.