Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

storage_utils

Fully qualified path: openzeppelin_governance::multisig::storage_utils

Structs

TxInfoHelper struct for MultisigComponent that optimizes how transaction-related information is stored, including the transaction’s execution status and the block it was submitted in.
SignersInfoHelper struct for MultisigComponent that optimizes how the quorum value and the total number of signers are stored.

Impls

TxInfoStorePackingPacks a TxInfo entity into a u128 value. The packing is done as follows:…
SignersInfoStorePackingV2Packs a SignersInfo entity into a u128 value. The packing is done as follows:…