pub type InstancelessDynClientInput = ClientInput<Box<dyn IInput + 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 InstancelessDynClientInput {
pub input: Box<dyn IInput + Sync + Send>,
pub keys: Vec<Keypair>,
pub amounts: Amounts,
}Fields§
§input: Box<dyn IInput + Sync + Send>§keys: Vec<Keypair>§amounts: Amounts