pub(crate) async fn transfer( send_client: &Client, receive_client: &Client, bitcoind: &Bitcoind, amount_sat: u64, ) -> Result<Value>