pub trait TriggerEvent<AccountIdT> { // Required method fn trigger(who: AccountIdT, fee: u128, tip: u128); }