Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

SignersInfo

Helper struct for MultisigComponent that optimizes how the quorum value and the total number of signers are stored.

Fully qualified path: openzeppelin_governance::multisig::storage_utils::SignersInfo

[derive(Drop)]
pub struct SignersInfo {
    pub quorum: u32,
    pub signers_count: u32,
}

Members

quorum

Fully qualified path: openzeppelin_governance::multisig::storage_utils::SignersInfo::quorum

pub quorum: u32

signers_count

Fully qualified path: openzeppelin_governance::multisig::storage_utils::SignersInfo::signers_count

pub signers_count: u32