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