Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

CustomFeeSet

Fully qualified path: tokentable_v2::components::interfaces::feecollector::TTFeeCollectorEvents::CustomFeeSet

[derive(Drop, starknet::Event)]
pub struct CustomFeeSet {
    pub unlocker_instance: ContractAddress,
    pub bips: u256,
}

Members

unlocker_instance

Fully qualified path: tokentable_v2::components::interfaces::feecollector::TTFeeCollectorEvents::CustomFeeSet::unlocker_instance

pub unlocker_instance: ContractAddress

bips

Fully qualified path: tokentable_v2::components::interfaces::feecollector::TTFeeCollectorEvents::CustomFeeSet::bips

pub bips: u256