pub(crate) trait TokenDataSource<T: NodeType> {
// Required method
fn get_total_supply_l1(&self) -> impl Send + Future<Output = Result<U256>>;
}Required Methods§
Sourcefn get_total_supply_l1(&self) -> impl Send + Future<Output = Result<U256>>
fn get_total_supply_l1(&self) -> impl Send + Future<Output = Result<U256>>
Get the stake table for a given epoch
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.