pub type InstancelessDynClientInputSM = ClientInputSM<Box<dyn IState + Send + Sync>>;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 InstancelessDynClientInputSM {
pub state_machines: Arc<dyn Fn(OutPointRange) -> Vec<Box<dyn IState + Send + Sync>> + Send + Sync>,
}Fields§
§state_machines: Arc<dyn Fn(OutPointRange) -> Vec<Box<dyn IState + Send + Sync>> + Send + Sync>