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§
struct InstancelessDynClientOutput {
pub output: Box<dyn IOutput + Sync + Send>,
pub amount: Amount,
}
Fields§
§output: Box<dyn IOutput + Sync + Send>
§amount: Amount