pub trait ExtSelf { // Required method fn after_transfer_stake( &mut self, reporter_account: AccountId, amount: U128, ); }