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