Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ClassHashChanged

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::ClassHashChanged

[derive(Drop, starknet::Event)]
pub struct ClassHashChanged {
    pub unlocker_classhash: ClassHash,
    pub futuretoken_classhash: ClassHash,
}

Members

unlocker_classhash

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::ClassHashChanged::unlocker_classhash

pub unlocker_classhash: ClassHash

futuretoken_classhash

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::ClassHashChanged::futuretoken_classhash

pub futuretoken_classhash: ClassHash