Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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.

Fully qualified path: openzeppelin_governance::multisig::storage_utils::TxInfo

[derive(Drop)]
pub struct TxInfo {
    pub is_executed: bool,
    pub submitted_block: u64,
}

Members

is_executed

Fully qualified path: openzeppelin_governance::multisig::storage_utils::TxInfo::is_executed

pub is_executed: bool

submitted_block

Fully qualified path: openzeppelin_governance::multisig::storage_utils::TxInfo::submitted_block

pub submitted_block: u64