pub trait PriorityFeeProvider: Sync + Send { // Required method fn compute_unit_fee_microlamports(&self) -> u64; }