diff --git a/docs/modules/ROOT/pages/api/governance.adoc b/docs/modules/ROOT/pages/api/governance.adoc index 9023ab27b..75d694ae5 100644 --- a/docs/modules/ROOT/pages/api/governance.adoc +++ b/docs/modules/ROOT/pages/api/governance.adoc @@ -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