fedimint_client::sm::executor

Type Alias ContextGen

source
pub type ContextGen = Arc<dyn Fn(ModuleInstanceId, OperationId) -> DynGlobalClientContext + Send + Sync>;

Aliased Typeยง

struct ContextGen { /* private fields */ }