pub trait FeeTracker {
    // Required method
    fn get_fee_factor(para: ParaId) -> FixedU128;
}
Expand description

Trait for tracking message delivery fees on a transport protocol.

Required Methods§

Implementors§