InstancelessDynClientOutput

Type Alias InstancelessDynClientOutput 

pub type InstancelessDynClientOutput = ClientOutput<Box<dyn IOutput + 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 InstancelessDynClientOutput {
    pub output: Box<dyn IOutput + Sync + Send>,
    pub amounts: Amounts,
}

Fields§

§output: Box<dyn IOutput + Sync + Send>§amounts: Amounts