pub struct EigenPerformanceMetrics { /* private fields */ }
Implementations§
Source§impl EigenPerformanceMetrics
impl EigenPerformanceMetrics
Sourcepub fn new() -> Self
pub fn new() -> Self
TODO(supernova): fee_earned_total is not yet implemented . As its not yet turned on The performance metric is a score between 0 and 100 and each developer can define their own way of calculating the score. The score is calculated based on the performance of the AVS Node and the performance of the backing services.
pub fn set_performance_score(&self, score: f64)
Trait Implementations§
Source§impl Debug for EigenPerformanceMetrics
impl Debug for EigenPerformanceMetrics
Auto Trait Implementations§
impl Freeze for EigenPerformanceMetrics
impl RefUnwindSafe for EigenPerformanceMetrics
impl Send for EigenPerformanceMetrics
impl Sync for EigenPerformanceMetrics
impl Unpin for EigenPerformanceMetrics
impl UnwindSafe for EigenPerformanceMetrics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more