Type Alias ModuleGlobalContextGen

Source
pub type ModuleGlobalContextGen = Arc<dyn Fn(u16, OperationId) -> DynGlobalClientContext + 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ยง

struct ModuleGlobalContextGen { /* private fields */ }