Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

CallExecuted

Emitted when call is performed as part of operation id.

Fully qualified path: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::CallExecuted

[derive(Drop, Debug, PartialEq, starknet::Event)]
pub struct CallExecuted {
    pub id: felt252,
    pub index: felt252,
    pub call: Call,
}

Members

id

Fully qualified path: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::CallExecuted::id

pub id: felt252

index

Fully qualified path: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::CallExecuted::index

pub index: felt252

call

Fully qualified path: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::CallExecuted::call

pub call: Call