use sp_runtime::traits::AtLeast32BitUnsigned; pub trait ExposureListener { fn get_account_by_index(index: usize) -> Option; fn get_total_exposure() -> Balance; fn get_validator_exposure(index: &AccountId) -> Balance; }