pub async fn transfer_query(
id: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<TransferResponse>, Error>Expand description
Queries the current transfer status of a contact
Arguments
id- The contact ID to be queriedclient_sender- Reference to the tokio channel into the client