Skip to main content

InstancelessDynClientInputBundle

Type Alias InstancelessDynClientInputBundle 

Source
pub type InstancelessDynClientInputBundle = ClientInputBundle<Box<dyn IInput + Send + Sync>, 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 InstancelessDynClientInputBundle { /* private fields */ }