Type Alias InstancelessDynClientOutputBundle
pub type InstancelessDynClientOutputBundle = ClientOutputBundle<Box<dyn IOutput + Sync + Send>, 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ยง
pub struct InstancelessDynClientOutputBundle { /* private fields */ }