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