Skip to main content

fetch_supply_inputs

Function fetch_supply_inputs 

Source
async fn fetch_supply_inputs<S: ReadState>(
    state: &S,
) -> Result<SupplyCalculator, Error>
where S::State: Send + Sync + TokenDataSource<SeqTypes> + NodeStateDataSource,
Expand description

Fetch state data and build a unlock_schedule::SupplyCalculator.