fedimint_client::transaction::builder

Function state_gen_to_dyn

source
fn state_gen_to_dyn<S>(
    state_gen: StateGenerator<S>,
    module_instance: ModuleInstanceId,
) -> StateGenerator<DynState>
where S: IntoDynInstance<DynType = DynState> + 'static,