Skip to content

Commit

Permalink
Add import section
Browse files Browse the repository at this point in the history
  • Loading branch information
immrsd committed Dec 13, 2024
1 parent 992bb78 commit 95cb2d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/modules/ROOT/pages/api/governance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,13 @@ Emitted when a new transaction is submitted with non-zero salt.
:MultisigComponent-ConfirmationRevoked: xref:MultisigComponent-CallSalt[ConfirmationRevoked]
:MultisigComponent-TransactionExecuted: xref:MultisigComponent-CallSalt[TransactionExecuted]

Component that implements `IMultisig` and provides functionality for multisignature wallets, including transaction management, quorum handling, and signer operations.
[.hljs-theme-dark]
```cairo
use openzeppelin_governance::multisig::MultisigComponent;
```

Component that implements `IMultisig` and provides functionality for multisignature wallets,
including transaction management, quorum handling, and signer operations.

[.contract-index#MultisigComponent-Embeddable-Impls]
.Embeddable Implementations
Expand Down

0 comments on commit 95cb2d0

Please sign in to comment.