From 95cb2d0c2391020744fd778e07ed971207d5deed Mon Sep 17 00:00:00 2001 From: immrsd Date: Fri, 13 Dec 2024 09:12:45 +0100 Subject: [PATCH] Add import section --- docs/modules/ROOT/pages/api/governance.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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