pub async fn transfer(
id: &str,
auth_code: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<TransferResponse>, Error>Expand description
Requests a transfer
Arguments
id- The ID to transferauth_code- Code to authorize the transferclient_sender- Reference to the tokio channel into the client