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§
struct InstancelessDynClientInput {
pub input: Box<dyn IInput + Sync + Send>,
pub keys: Vec<Keypair>,
pub amount: Amount,
}
Fields§
§input: Box<dyn IInput + Sync + Send>
§keys: Vec<Keypair>
§amount: Amount