async fn fetch_supply_inputs<S: ReadState>(
state: &S,
) -> Result<SupplyCalculator, Error>Expand description
Fetch state data and build a unlock_schedule::SupplyCalculator.
async fn fetch_supply_inputs<S: ReadState>(
state: &S,
) -> Result<SupplyCalculator, Error>Fetch state data and build a unlock_schedule::SupplyCalculator.