StateGenerator

Type Alias StateGenerator 

pub type StateGenerator<S> = Arc<dyn Fn(OutPointRange) -> Vec<S> + Sync + Send>;
Expand description

Re-exporting of everything from fedimint_client_module

This should be removed when the splitting of [fedimint_client_module] is complete.

Aliased Typeยง

pub struct StateGenerator<S> { /* private fields */ }