fn new()

in fastpay_core/src/client.rs [167:173]


    fn new(committee: Committee, authority_clients: Vec<A>, sender: FastPayAddress) -> Self {
        Self {
            committee,
            authority_clients,
            sender,
        }
    }