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