storage_utils
Fully qualified path: openzeppelin_governance::multisig::storage_utils
Structs
| TxInfo | Helper struct for MultisigComponent that optimizes how transaction-related information is stored, including the transaction’s execution status and the block it was submitted in. |
| SignersInfo | Helper struct for MultisigComponent that optimizes how the quorum value and the total number of signers are stored. |
Impls
| TxInfoStorePacking | Packs a TxInfo entity into a u128 value. The packing is done as follows:… |
| SignersInfoStorePackingV2 | Packs a SignersInfo entity into a u128 value. The packing is done as follows:… |