Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ActualCancelled

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCancelled

[derive(Drop, starknet::Event)]
pub struct ActualCancelled {
    pub from: ContractAddress,
    pub actual_id: u256,
    pub pending_amount_claimable: u256,
    pub did_wipe_claimable_balance: bool,
    pub recipient_id: u64,
}

Members

from

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCancelled::from

pub from: ContractAddress

actual_id

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCancelled::actual_id

pub actual_id: u256

pending_amount_claimable

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCancelled::pending_amount_claimable

pub pending_amount_claimable: u256

did_wipe_claimable_balance

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCancelled::did_wipe_claimable_balance

pub did_wipe_claimable_balance: bool

recipient_id

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCancelled::recipient_id

pub recipient_id: u64