Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

PresetCreated

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

[derive(Drop, starknet::Event)]
pub struct PresetCreated {
    pub from: ContractAddress,
    pub preset_id: felt252,
    pub recipient_id: u64,
}

Members

from

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

pub from: ContractAddress

preset_id

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::PresetCreated::preset_id

pub preset_id: felt252

recipient_id

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

pub recipient_id: u64