pub type InstancelessDynClientInput = ClientInput<Box<dyn IInput + Send + Sync + 'static>>;
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